mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -24,6 +24,11 @@
|
||||
[super awakeFromNib];
|
||||
|
||||
self.editionViewHeightConstraint.constant = 0;
|
||||
}
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.editionView.backgroundColor = kRiotSecondaryBgColor;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user