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.
我有自定义 TextView 来使用简单的 UIKeyInput 编辑文本。
当我从快速类型建议中选择单词时,它会将空字符串发送到 - (void) insertText:(NSString *)text
- (void) insertText:(NSString *)text
如何从快速类型中获取单词?