MSSlideNavigationController

27 May 2013

The new version (> 6.0) of the Facebook app is probably one of the best non-Apple’s app in the store nowadays.
Every day, I look forward to the next update to see what they’ve added and to understand how they’ve done it.

In one of the latest updates, the hacker @chpwn added this awesome feature:

Basically a kind of hack of UINavigationController to slide to the previous view controller in the navigation stack.

And the response was quite good:

So, why shouldn’t I try to create something similar for my own apps?

Taking advantage of few spare hours in a sunny Sunday of May, here you are:

Go and get it from GitHub :)