I remember seeing multiple apps that will have a little i on the bottom of the screen, and the corner will flap up a bit to show a few things, such as a masthead. The Maps app (before iOS6) has what I’m talking about in the bottom right corner. It shows allows you to print maps and drop the pin, etc.
I want to do exactly that. I want that corner to flap up, and show that I created it, and anything else. Is there any way I can create this? It can be text-based, image-based, anything. I tried something, but it didn’t work:
I created the i (made a ‘Round Rect Button’ and turned it into an ‘Info Light button), and tried making a new window in the .xib, and linking them together, but it didn’t seem to work.
TL;DR: How do I create the info page that flaps up from the bottom right/left corner?
BTW: I’m using XIB, not storyboard.
That is fairly easy. You have to present your viewcontroller modally and set the transition mode:
You can try to start a new project….select Utility Application….it will make a flip between the two viewcontrollers….just change the transistionStyle to what I wrote above then it should curl up like in the maps app