I'm currently trying to recreate the sharing feature seen in Hacker News in the AppStore.
I know that they use a UIToolbar, and when the user taps the Share-Button, they somehow move the view up and show another view under the UIToolbar. But I have no idea, how they:
- Move the view up
- And then show another view.
Do you have any pointers or code samples for me? It would be very appreciated.