如何继承键盘属性?
您好,我已经创建了自己的键盘,并将键盘添加到了 uitextview
的 inputview
中,它工作正常。现在我想继承 uitextview 的所有属性,例如自动更正,word-capital 等。我如何继承所有这些属性。 我已经尝试过这样的操作
[uitextview conformsToProtocol:@protocol(UITextInputTraits)];
,但这不起作用。我可以尝试更多什么来获取 uitextview 的所有属性
Hi I have created my own keyboard and added my keyboard to the inputview
of the uitextview
it is working properly. Now I want to inherit all the property of uitextview
like Auto-correct,word-capital etc etc.How can I inherit all that property.
I have tried like this
[uitextview conformsToProtocol:@protocol(UITextInputTraits)];
but this doesn't work. what can I try more to get all the property of uitextview
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论