iphone - Stop automatic dismissal of keyboard on iOS/disablesAutomaticKeyboardDismissal not called -


i able have control become first responder yet keep keyboard showing user.

i found disablesautomatickeyboarddismissal in uiviewcontroller , overrode never get's called (ios 5.0)

is there reason method not called? there way keep keyboard showing though it's not required first responder?

though felt bit hack did make override canbecomefirstresponder on uiview return yes , implement uikeyprotocol

https://developer.apple.com/library/ios/documentation/uikit/reference/uikeyinput_protocol/reference/reference.html

but did nothing on key press. way keyboard stays open keys don't matter.


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -