Pages

Thursday 14 February 2013

New Slide Out Animation for iOS (contd.)

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:

Sunday 10 February 2013

New Slide Out Animation for iOS

In many recent applications on app store I have seen a new type of UIView animation. Applications like Facebook are using a new concept of slide in/out animation. This slide out animation concept can give your application a rich UI. So I thought why not create a sample application to try it out. At the end of the blog I will attach the sample project.

Let's get straight on this...

Following video shows the sample project that I wrote for this. You can see that I am using a map view as the main view and a table view as the slide in/out view.