开发者

iPhone (non jailbreaked) device + custom keyboard

开发者 https://www.devze.com 2023-01-27 23:38 出处:网络
Is there any opportunity to change default keyboard on iPhone (in any iPhone application) to any custom one, and is开发者_JS百科 it possible to do on NON jailbreaked device?Short answer: No.there are

Is there any opportunity to change default keyboard on iPhone (in any iPhone application) to any custom one, and is开发者_JS百科 it possible to do on NON jailbreaked device?


Short answer: No.


there are actually already different keyboards available :

  • ASCII capable
  • Numbers & Punctuation
  • URL
  • Number Pad
  • Phone Pad
  • Name Phone Pad
  • Email Address

but if you want a more sofisticated or a complete custom one, you'll have to create a view with several buttons and modify those methods to hide the default keyboard :

  • textViewShouldBeginEditing
  • textViewDidBeginEditing:
  • textViewShouldEndEditing
  • textViewDidEndEditing
0

精彩评论

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