封装KBFont,适配字体
This commit is contained in:
@@ -75,8 +75,8 @@
|
||||
- (UILabel *)noticeTitleLabel {
|
||||
if (!_noticeTitleLabel) {
|
||||
_noticeTitleLabel = [UILabel new];
|
||||
_noticeTitleLabel.textColor = [UIColor blackColor];
|
||||
_noticeTitleLabel.font = [UIFont systemFontOfSize:18 weight:UIFontWeightSemibold];
|
||||
_noticeTitleLabel.textColor = [UIColor colorWithHex:KBBlackValue];
|
||||
_noticeTitleLabel.font = [KBFont medium:16];
|
||||
// 文案可根据需要在 Localizable.strings 中配置多语言
|
||||
_noticeTitleLabel.text = KBLocalized(@"Notification Setting");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user