objective c - Dismiss a number pad-style keyboard without adding Done key -



objective c - Dismiss a number pad-style keyboard without adding Done key -

there no done button on number pad-type keyboard. don't want add together custom done button, how dismiss keyboard?

you add together uinavigationbar/uitoolbar done button(a uibarbuttonitem), , create textfield/textview resignfirstresponder on done button's action.

you can add together uinavigationbar/uitoolbar inputaccessoryview of textfield/textview.

textfield.inputaccessoryview = anavbarwithdonebutton;

edit: availability ios (3.2 , later)

objective-c ios cocoa-touch uikeyboard

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -