Hi there. We have a tabs app. When clicking on one of the tabs we want to slide a new view in from the bottom of the screen. It should not be possible to see the tabs any more as this will take over the whole screen.
As an example, if you open whatsapp on an iPhone and tap to add a new conversation, it will slide the friends list in from the bottom of the screen.
We considered using modals but this brings a bunch of pain.
So, anyone have any suggestions on how to get one tab button loading an entirely new view to the screen and animate that view up from the bottom?
Thanks in advance.