iOS 給UILabel文字加下劃線

2021-07-26 21:37:59 字數 1125 閱讀 3379

給uilabel文字加下劃線,同乙個label多種顏色" rel="noopener noreferrer">ios 給uilabel文字加下劃線,同乙個label多種顏色

星魂知夢

uilabel *label = [[uilabel alloc] initwithframe:cgrectmake(0, 100, 300, 100)];

label.backgroundcolor = [uicolor redcolor];

label.numberoflines = 3;

nsmutableattributedstrin

g *content = [[nsmutableattributedstrin

g alloc]initwithstring:[nsstring stringwithformat:@"您的待辦業務條fasdfasdfosadfjasdkljfkl

asjklfjasdlkjfklasdjklfj

alskdjflkadsj"]];

nsrange contentrange = ;

[content addattribute:nsunderlinestyleattribut

ename value:[nsnumber numberwithinteger:nsunderlinestylesingle] range:contentrange];

//注釋部分為改變字型顏色僅ios7

//  

nsrange contentrange = ;

//  

[content addattribute:nsforegroundcolorattribu

tename value:(id)[[uicolor bluecolor] cgcolor] range:contentrange];

//  

nsrange co = ;

// [content addattribute:nsforegroundcolorattribu

tename value:(id)[[uicolor bluecolor] cgcolor] range:co];

label.attributedtext = content;

[self.view addsubview:label];

IOS之UILabel新增下劃線

ios之uilabel新增下劃線,有需要的朋友可以參考下。uilabel新增下劃線的方式有多種方法,這裡介紹兩種常用的方法.1.利用uilabel的屬性來新增下劃線 uilabel label uilabel alloc initwithframe cgrectmake 0,0,320,40 nsm...

給UILabel區域性文字新增顏色

如果是整體加顏色的話,可以直接用nsattributedstring attstr nsattributedstring alloc initwithstring str attributes 然後呼叫uilabel的 setattributedtext 方法就可以了。如果是區域性顏色的變化,比如搜...

MATLAB 給顯示文字新增下標,控制顏色等

clear all close all dd figure name menubar none numbertitle off position 600 200 600 600 color 1 1 1 pp uipanel parent gcf,title 引數選擇 units pixel posi...