_flabelone = [[UILabel alloc]init];
_flabelone.text = @"你在他(她)眼中是怎么的";
_flabelone.textColor = ILuColor(51, 51, 51);
//_flabelone.font = [UIFont systemFontOfSize:32*screenRation];
_flabelone.font =[UIFont fontWithName:@"Source Han Sans Normal" size:32 *screenRation];
[self addSubview:_flabelone];
本文介绍如何使用 Objective-C 在 iOS 应用中自定义 UILabel 的样式,包括设置文本内容、颜色及字体等。
6728

被折叠的 条评论
为什么被折叠?



