This post is a continuation to my previous post. In that post I showed how to create a view and add a slide out animation just like facebook.
What we did so far...
In the last post we created a view and added two subviews to it 1. A mapview 2. A tableview. We also added a menu button in the navigation bar. Upon press of the menu button we presented the tableview from the left side of the screen using a ease-in animation option of the UIView. The following method performs the actual animation of the subviews: