Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我正在使用的这个应用程序上,我需要知道文本放大镜何时处于活动状态(这样我就可以忽略我的应用程序中的拖动动作事件)。
我已经尝试使用这些UITextViewDelegate方法,尤其是textViewDidChangeSelection:,但只有在触摸事件结束并且系统关闭放大镜后才会调用它。
UITextViewDelegate
textViewDidChangeSelection:
我也尝试监控didEditingBegin/End通知 - 但这也行不通。
didEditingBegin/End
我需要知道放大镜何时激活,此外,不仅仅是何时关闭。任何人有任何见解?