What I try to implement in my App is to put a View, probably another tableView below the main tableview to enter some filter settings.
In the optimal case the main tableview should slide half way down and be greyed out like in the example from Appshopper that I put. How could I implement such a behaviour?
I’m using IOS5/6 and the storyboard

At the end I figured out how to do it.
Just put both views into your Controller, and on Event triggered execute something like the following code
Of course what’s still missing is the check if the frame hasn’t already been moved down and so on, but the m