What I'm trying to do:
I'm using the same type of side-style menu that the new Facebook and Path apps use. Here's the code I'm basing it on: https://github.com/pkluz/ZUUIRevealController (click on the link for a picture too).
Basically, on my 'main' view, the keyboard is always shown. When I 'reveal' the side view, I would like the keyboard to slide away with the rest of the main view, as if the keyboard is attached to the main view. Currently, it just stays overlaying everything else.
-
Should I even attempt to figure out a way to achieve this? Or is the keyboard's frame locked down pretty tight?
Even better, if you can explain a way to do this, using the GitHub code I'm basing around - I would definitely give a bounty (can't set it yet though, as the question needs to be on for a few days)!