IOS中使用NSAttributedString靈活創(chuàng)建標(biāo)簽
來源:易賢網(wǎng) 閱讀:1242 次 日期:2015-05-08 14:30:55
溫馨提示:易賢網(wǎng)小編為您整理了“IOS中使用NSAttributedString靈活創(chuàng)建標(biāo)簽”,方便廣大網(wǎng)友查閱!

靈活使用NSAttributedString可以更輕松的創(chuàng)建出內(nèi)容復(fù)雜的標(biāo)簽。需要注意一點(diǎn):如果一個(gè)label設(shè)置了這個(gè)屬性,那它其他的設(shè)置都將失效。

首先,我們初始化一個(gè)NSMutableAttributedString對(duì)象。

//通過字符串初始化

//- (instancetype)initWithString:(NSString *)str;

//通過字符串和屬性字典直接初始化

//- (instancetype)initWithString:(NSString *)str attributes:(NSDictionary *)attrs;

//通過自身對(duì)象初始化

//- (instancetype)initWithAttributedString:(NSAttributedString *)attrStr;

NSMutableAttributedString * attribute = [[NSMutableAttributedString alloc]initWithString:@"123!@#你好么QWE"];

可以通過下面兩個(gè)函數(shù)對(duì)attrebute字符串進(jìn)行設(shè)置與修改

//可以替換字符

- (void)replaceCharactersInRange:(NSRange)range withString:(NSString *)str;

//屬性設(shè)置

- (void)setAttributes:(NSDictionary *)attrs range:(NSRange)range;

//設(shè)置一定范圍內(nèi)字符屬性

- (void)addAttribute:(NSString *)name value:(id)value range:(NSRange)range;

字典的鍵值對(duì)應(yīng)如下:

//kCTFontAttributeName 這個(gè)鍵是字體的名稱 必須傳入CTFont對(duì)象

//kCTKernAttributeName 這個(gè)鍵設(shè)置字體間距 傳入必須是數(shù)字對(duì)象 默認(rèn)為0

//kCTLigatureAttributeName 這個(gè)鍵設(shè)置連字方式 必須傳入CFNumber對(duì)象

//kCTParagraphStyleAttributeName 段落對(duì)其方式

//kCTForegroundColorAttributeName 字體顏色 必須傳入CGColor對(duì)象

//kCTStrokeWidthAttributeName 筆畫寬度 必須是CFNumber對(duì)象

//kCTStrokeColorAttributeName 筆畫顏色

//kCTSuperscriptAttributeName 控制垂直文本定位 CFNumber對(duì)象

//kCTUnderlineColorAttributeName 下劃線顏色

[attribute addAttribute:(NSString*)kCTKernAttributeName value:@5 range:NSMakeRange(0, 5)];

[attribute addAttribute:(NSString *)kCTFontAttributeName

value:(id)CFBridgingRelease(CTFontCreateWithName((CFStringRef)[UIFont boldSystemFontOfSize:14].fontName,

14,

NULL))

range:NSMakeRange(0, 4)];

[attribute addAttribute:(NSString *)kCTUnderlineStyleAttributeName

value:(id)[NSNumber numberWithInt:kCTUnderlineStyleDouble]

range:NSMakeRange(0, 4)];

通過測(cè)試,發(fā)現(xiàn)上面有些鍵值并沒有作用,可以替換下面的方法,效果相同,不同的地方在于其傳值的類型不同,下面的方法更加方便(使用UIFont UIColor NSString 和一些系統(tǒng)枚舉)

NSParagraphStyleAttributeName

NSForegroundColorAttributeName

NSBackgroundColorAttributeName

NSLigatureAttributeName

NSKernAttributeName

NSStrikethroughStyleAttributeName

NSUnderlineStyleAttributeName

NSStrokeColorAttributeName

NSStrokeWidthAttributeName

NSShadowAttributeName

NSTextEffectAttributeName

NSAttachmentAttributeName

NSLinkAttributeName

NSBaselineOffsetAttributeName

NSUnderlineColorAttributeName

NSStrikethroughColorAttributeName

NSObliquenessAttributeName

NSExpansionAttributeName

NSWritingDirectionAttributeName

NSVerticalGlyphFormAttributeName

更多信息請(qǐng)查看IT技術(shù)專欄

更多信息請(qǐng)查看技術(shù)文章
易賢網(wǎng)手機(jī)網(wǎng)站地址:IOS中使用NSAttributedString靈活創(chuàng)建標(biāo)簽
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請(qǐng)考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國(guó)考·省考課程試聽報(bào)名

  • 報(bào)班類型
  • 姓名
  • 手機(jī)號(hào)
  • 驗(yàn)證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡(jiǎn)要咨詢 | 簡(jiǎn)要咨詢須知 | 加入群交流 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號(hào):滇ICP備2023014141號(hào)-1 云南省教育廳備案號(hào):云教ICP備0901021 滇公網(wǎng)安備53010202001879號(hào) 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號(hào)
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號(hào):hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報(bào)警專用圖標(biāo)