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