How to swipe the keyboard along InteractivePopGestureRecognizer?

Viewed 1420

I was wondering how to swipe the ViewController with a visible keyboard?

in iOS 7 I can swipe the ViewController from side to side, but the keyboard stays put.

in short, I would like to get to the following state:

enter image description here

Thanks!

1 Answers
Related