1、创建UILabel及位置大小添加到View等(略)
2、设置基础文本字符串
NSString *labelText = @”1、abcdefg \n2、1234567″;
3、设置可变属性字符串
NSMutableAttributedString *attributeText = [[NSM[……]
1、创建UILabel及位置大小添加到View等(略)
2、设置基础文本字符串
NSString *labelText = @”1、abcdefg \n2、1234567″;
3、设置可变属性字符串
NSMutableAttributedString *attributeText = [[NSM[……]