一般來(lái)說(shuō)馋嗜,需求有時(shí)候會(huì)要求根據(jù)搜索關(guān)鍵字飄紅變色。如果后臺(tái)直接設(shè)定了字體顏色等息尺,那前端也省了不少事携兵。附上顯示后臺(tái)返回的字體顏色方法。
先看下后臺(tái)返回的內(nèi)容搂誉,后臺(tái)是直接給我?guī)?biāo)簽返回
我們要處理的就是后臺(tái)返回的內(nèi)容,并顯示在Label上静檬,需要注意的是直接使用后炭懊,在xib上設(shè)定的字體大小效果消失,需要重新設(shè)定字體大小拂檩。
NSAttributedString *attrStr = [[NSAttributedString alloc] initWithData:[title dataUsingEncoding:NSUnicodeStringEncoding] options:@{ NSDocumentTypeDocumentAttribute: NSHTMLTextDocumentType } documentAttributes:nil error:nil];
? ? ? _nameLab.attributedText = attrStr;
? ? _nameLab.font = [UIFont boldSystemFontOfSize:14];
看下運(yùn)行效果