cocoa touch - Recreate sliding out keyboard in iOS7 -


there's great effect in ios 7 native messages app when use ios7's new interactivepopgesturerecognizer pop view in uinavigationcontroller when keyboard open. looks this:

enter image description here

note keyboard belongs previous viewcontroller, sticks , feels right.

however, no matter how hard try keyboard in app behaves this: enter image description here

i don't modify code @ all, if put [self.view endediting:yes]; somewhere in code (e.g. viewwilldissapear or viewdiddissappear) - hides keyboard doesn't make stay in example above.

i don't think approach of making screenshot of keyboard , placing image right one, slow down process , won't feel fluid @ all.

any suggestions on how mimc kind of behavior welcome.

the answer question proved simple. there's great working awesome library on github built right this. works flawlessly , requires no code @ all. check out - https://github.com/cotap/tapkeyboardpop

enter image description here


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -