I would like to split my screen (on the iPhone) into two where there is an upper and lower portions. I'd like to programmatically animate the turning of the lower half of the screen.
I was just having a quick play around with the page view controller template within Xcode, however IB didn't permit me to change the size of the main view within the child view controller that comes as part of the template (I was going to experiment with reducing its size to the lower half of the screen).
Is this possible to achieve to get the page only animating on part of the screen?
(Its for iOS5 and 6)