开发者

Customize numeric keyboard in iPhone

开发者 https://www.devze.com 2023-01-27 02:30 出处:网络
I need to add cancel button in numeric keyboard. How to customize the following keyboard? When I click 开发者_运维问答by cancel button, the keyboard will be hide.

I need to add cancel button in numeric keyboard. How to customize the following keyboard? When I click 开发者_运维问答by cancel button, the keyboard will be hide.

Customize numeric keyboard in iPhone


Input Accessory View is a view that sits on top of the keyboard. It has to the be the width of the keyboard and the height is adjustable.

On this view you could add a button, that when pressed will ResignFirstResponder of the UITextField, thus giving you the funcationality you want.

0

精彩评论

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