ios 10.3 汉字的中划线
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                ios 10.3 汉字的中划线
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                
                            
                            
                            NSString *str = [NSString stringWithFormat:@"我是漢1233"]; NSMutableAttributedString *attributeMarket = [[NSMutableAttributedString alloc] initWithString:str]; [attributeMarket setAttributes:@{NSStrikethroughStyleAttributeName: @(NSUnderlineStyleSingle), NSBaselineOffsetAttributeName : @(NSUnderlineStyleSingle)} range:NSMakeRange(0,str.length)]; _label.attributedText = attributeMarket; 
作者:rockyMJ
鏈接:http://www.jianshu.com/p/db6bc9a861a0
來源:簡書
著作權歸作者所有。商業轉載請聯系作者獲得授權,非商業轉載請注明出處。
                        
                        
                        作者:rockyMJ
鏈接:http://www.jianshu.com/p/db6bc9a861a0
來源:簡書
著作權歸作者所有。商業轉載請聯系作者獲得授權,非商業轉載請注明出處。
轉載于:https://www.cnblogs.com/lsh1234/p/7410270.html
總結
以上是生活随笔為你收集整理的ios 10.3 汉字的中划线的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: selenium自动化测试——常见的八种
- 下一篇: [leetcode]687. Longe
