ios - How to change the font style,family and size? -
i got problem here have lable in ib named demo_lable wanated change font family,size,paddings of demo_lable fallowing attributes
padding-left:7px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; color: #215968; font-size: 10px; font-family:tahoma,verdana;
thanks in advance
use @interface nsmutableattributedstring : nsattributedstring
- (void)setattributes:(nsdictionary *)attrs range:(nsrange)range;
Comments
Post a Comment