Reputation: 715
I want to create a Facebook-like application, with a menu like this : https://i.sstatic.net/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,
Upvotes: 1
Views: 423
Reputation: 140
You can try ZUUIRevealController. Here is the link of GitHub and here is a simple tutorial on Youtube.
Upvotes: 2