acani / CodeInputView

4-Digit Code Input Text Field
39 stars 9 forks source link

Move uiview UP #3

Open sathamkhussain opened 7 years ago

sathamkhussain commented 7 years ago

Hello,

Thanks for very nice library.

How move the uiview up when the keyboard pops up? In you example your keeping the input view on top of the view, if the input view is in the bottom, how to move the view up when keyboard pops up?

Appreciate your help.

ma11hew28 commented 7 years ago

You'll have to write custom code to do this. Please ask this question on Stack Overflow. Or, just keep the CodeInputView at the top of the screen.

sathamkhussain commented 7 years ago

I did it by calling the becomefirstresponder() in viewdidload.. it works.