摘要:
1. 将UILabel控件的Text属性设为Attributed2. 在viewDidLoad方法中添加如下语句:NSDictionary *underlineAttribute = @{NSUnderlineStyleAttributeName: @(NSUnderlineStyleSingle)... 阅读全文
摘要:
一句话:YourSwiftObject convertedArray = your_MutableArray as NSArray as [YourSwiftObject] 阅读全文