- label text first line need indent,i use
nsmutableparagraphstylesetfirstlineheadindent. but when label 1 line, attributedstring intercept omitted behind few characters,why?
nsmutableparagraphstyle *style = [nsmutableparagraphstyle new]; [style setfirstlineheadindent:11]; [[nsattributedstring alloc] initwithstring:@"abcdefg" attributes:dic];
Comments
Post a Comment