i’m trying to implemente a map view as a “sliding drawer” view from bottom to top. I was hoping to make it possible to “pull” the view in and out as can be seen on plenty of Android applications out there.
However, I haven’t seen this on any iPhone apps yet. Of course, there are apps that do this from right/left(facebook app, …), but I haven’t seen this done from the bottom to top yet.
Why is this? And if possible, where should i look for help in implementing this functionality?
You can have a look at this
Also You can implement this by using some animation code and changing frame of your view.
Where
viewSidePanelis my view which I want to hide and show on click of a button.You can vary the frame alterations to implement the desired effect. Hope it helps