Commit 436a318d by GuoJianPeng

update

parent af056d30
......@@ -58,8 +58,8 @@
-(UILabel *)titleLabel{
if(!_titleLabel){
_titleLabel = [[UILabel alloc] init];
_titleLabel.textColor = UIColor.blackColor;
_titleLabel.font = [UIFont systemFontOfSize:14];
_titleLabel.textColor = [UIColor colorWithRed:51/254.0 green:51/254.0 blue:51/254.0 alpha:1];
_titleLabel.font = [UIFont systemFontOfSize:13];
_titleLabel.translatesAutoresizingMaskIntoConstraints = false;
}return _titleLabel;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment