开发者

How to inherit keyboard property?

开发者 https://www.devze.com 2023-04-09 21:53 出处:网络
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 e

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 conforms开发者_如何学PythonToProtocol:@protocol(UITextInputTraits)];

but this doesn't work. what can I try more to get all the property of uitextview

0

精彩评论

暂无评论...
验证码 换一张
取 消