Thursday, 15 May 2014

ios - Animating UITextInput's textInputView -



ios - Animating UITextInput's textInputView -

uikit text input components, such uitextview , uitextfield have property inputview add together custom keyboard. there 2 questions have relating this.

if keyboard visible , property set new input view, nil happens. resigning , regaining first responder status refreshes input , displays new view. best way it? if might reply bigger question:

is possible animate transition between 2 input views?

from uiresponder docs:

responder objects require custom view gather input user should redeclare property readwrite , utilize manage custom input view. when receiver subsequently becomes first responder, responder infrastructure presents specified input view automatically. similarly, when view resigns first responder status, responder infrastructure automatically dismisses specified view.

so unfortunately reply 1 yes , 2 no.

ios objective-c uitextfield uitextview uitextinput

No comments:

Post a Comment