1

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.

Damitha Raveendra
  • 1,721
  • 17
  • 24

2 Answers2

1

The below links might help you :

https://github.com/stefanoa/SASlideMenu

https://github.com/mikefrederick/MFSideMenu

Bug
  • 2,576
  • 2
  • 21
  • 36
1

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.

Sunil Zalavadiya
  • 1,993
  • 25
  • 36