mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-23 01:52:44 +02:00
Prepare Dark theme - Handle table view cell customization
This commit is contained in:
@@ -26,6 +26,12 @@
|
||||
[super awakeFromNib];
|
||||
|
||||
self.readReceiptsAlignment = ReadReceiptAlignmentRight;
|
||||
}
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.messageTextView.tintColor = kRiotColorGreen;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user