lele8446 / CJLabel

A drop-in replacement for UILabel that supports NSAttributedString, rich text, display any view, links, select copy and more
MIT License
185 stars 27 forks source link

选择复制的时候,光标向左偏移了。 #10

Open Micheal-Long opened 6 years ago

Micheal-Long commented 6 years ago

如题,控件是先初始化,之后再设置frame的。

lele8446 commented 6 years ago

用initWithFrame初始化试试

Micheal-Long commented 6 years ago

谢谢,已经解决了,初始化是使用initWithFrame的,但是frame设置了值。解决办法是初始化的frame设置的CGRectMake(0, 0, 1, 1)。之后再算高度后重新设置frame