【发布时间】:2012-06-19 11:31:04
【问题描述】:
如何换行OHAttributedLabel?我下面的代码不起作用。
OHAttributedLabel *lbl = [[OHAttributedLabel alloc] init];
lbl.lineBreakMode = UILineBreakModeTailTruncation;
【问题讨论】:
标签: iphone objective-c ios cocoa-touch nsattributedstring