Reputation: 1721
I'm currently working on a project that is being developed without using a single XIB and it is a huge project. We are gonna release a new version by changing the user interface. It require for me to build a Slider Menu like we find in facebook app. I have plenty of sample coding which do it and every project uses Storyboard to set it up. My question is,
Is it possible to develop that without using Storyboard?
Thanks.
Upvotes: 1
Views: 856
Reputation: 1993
Have a look to the following link:-
https://github.com/Inferis/ViewDeck
This is one of the best slide menu example code I have used.
Upvotes: 1
Reputation: 2562
The below links might help you :
https://github.com/stefanoa/SASlideMenu
https://github.com/mikefrederick/MFSideMenu
Upvotes: 1