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

Line ending issue with Mercurial or Visual Studio -

python - Received unregistered task using Celery with Django -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -