ibireme / YYText

Powerful text framework for iOS to display and edit rich text.
MIT License
8.85k stars 1.69k forks source link

YYTextView 如何更改输入光标的位置与长宽?重写 caretRectForPosition: 未生效 #890

Open openingax opened 5 years ago

openingax commented 5 years ago

我想更改 YYTextView 输入光标的大小与位置,在尝试重写 caretRectForPosition: 方法时未生效。 后来写了一个 UITextView 的 Demo,重写 caretRectForPosition: 方法发现能正常运作,想请问用 YYTextView 如何实现呢?

ZhongshanHuang commented 5 years ago

修改YYTextLayout的caretRectForPosition方法