Dark Theme

fix App freeze when user changes the theme
This commit is contained in:
Giom Foret
2017-08-11 17:41:22 +02:00
parent 0a8c2a6fe3
commit cf30fe91bb
3 changed files with 48 additions and 23 deletions
@@ -17,8 +17,6 @@
#import "TableViewCellWithCheckBoxes.h"
#import "RiotDesignValues.h"
// The space between 2 check boxes
#define TABLEVIEWCELLWITHCHECKBOXES_MARGIN 8
@@ -137,7 +135,6 @@
UILabel *theLabel = [[UILabel alloc] initWithFrame:CGRectMake(60, 0, containerWidth - 60, 31)];
theLabel.translatesAutoresizingMaskIntoConstraints = NO;
theLabel.textColor = kRiotPrimaryTextColor;
[checkboxContainer addSubview:theLabel];
[labelArray addObject:theLabel];