如何换行OHAttributedLabel?我下面的代码不起作用。
OHAttributedLabel *lbl = [[OHAttributedLabel alloc] init];
lbl.lineBreakMode = UILineBreakModeTailTruncation;
如何换行OHAttributedLabel?我下面的代码不起作用。
OHAttributedLabel *lbl = [[OHAttributedLabel alloc] init];
lbl.lineBreakMode = UILineBreakModeTailTruncation;