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:

note keyboard belongs previous viewcontroller, sticks , feels right.
however, no matter how hard try keyboard in app behaves this: 
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

Comments
Post a Comment