nsmutableattributedstring *str = [[Nsmutableattributedstring alloc] initwithstring:@"Using nsattributed String"];
Color-range [str addattribute:nsforegroundcolorattributename value:[uicolor Bluecolor] Range:nsmakerange (0,5)]; [Str addattribute:nsforegroundcolorattributename value:[uicolor Redcolor] Range:nsmakerange (6, A)]; [Str addattribute:nsforegroundcolorattributename value:[uicolor Greencolor] Range:nsmakerange ( +,6)];
font-range [str addattribute:nsfontattributename value:[uifont fontwithname:@"ARIAL-BOLDITALICMT"Size30.0] Range:nsmakerange (0,5)]; [Str addattribute:nsfontattributename value:[uifont fontwithname:@"Helveticaneue-bold"Size30.0] Range:nsmakerange (6, A)]; [Str addattribute:nsfontattributename value:[uifont fontwithname:@"Courier-boldoblique"Size30.0] Range:nsmakerange ( +,6)]; Lbtext.attributedtext= str;
A string that draws different font color sizes on the IOS interface