issues
search
ibireme
/
YYText
Powerful text framework for iOS to display and edit rich text.
MIT License
8.86k
stars
1.7k
forks
source link
TextView 粘贴文本
#486
Open
liguibin
opened
8 years ago
liguibin
commented
8 years ago
(BOOL)textView:(YYTextView
)textView shouldChangeTextInRange:(NSRange)range replacementText:(nonnull NSString
)text; 当粘贴文本的时候, 后面text参数 会返回当前textView的text, 不应该是粘贴的text吗?
ibireme
commented
8 years ago
请问是在什么情况下出现的这个问题?能提供一下复现条件吗?
liguibin
commented
8 years ago
长按 复制。