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

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

ms access - C# - Using OleDbParameter on table name -