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:
@@ -25,8 +25,6 @@
|
||||
{
|
||||
[super awakeFromNib];
|
||||
|
||||
_label.textColor = kRiotTextColorBlack;
|
||||
|
||||
// Adjust text view
|
||||
// Remove the container inset: this operation impacts only the vertical margin.
|
||||
// Reset textContainer.lineFragmentPadding to remove horizontal margin.
|
||||
@@ -34,6 +32,14 @@
|
||||
_textView.textContainer.lineFragmentPadding = 0;
|
||||
}
|
||||
|
||||
- (void)customizeTableViewCellRendering
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
_label.textColor = kRiotTextColorBlack;
|
||||
_textView.textColor = kRiotTextColorBlack;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
[super layoutSubviews];
|
||||
|
||||
Reference in New Issue
Block a user