I want to create a Facebook-like application, with a menu like this : http://i.stack.imgur.com/yCyzF.png
Is there a simple solution with iOS 6 SDK ? PS.: it would be only for iPhone (not iPad), and I don't need a search-bar.
Thank you,
I want to create a Facebook-like application, with a menu like this : http://i.stack.imgur.com/yCyzF.png
Is there a simple solution with iOS 6 SDK ? PS.: it would be only for iPhone (not iPad), and I don't need a search-bar.
Thank you,
You can try ZUUIRevealController. Here is the link of GitHub and here is a simple tutorial on Youtube.