Search code examples
xcodeswift2ios9xib

Left side menu in Swift without Storyboard


I would like to try to implement a left side menu (Like this one for example : http://www.raywenderlich.com/78568/create-slide-out-navigation-panel-swift).

But the problem, is that, all solutions/tutorials I find on the web are using Storyboard.

I don't want to use Storyboard (No I really don't want to ...).

Someone managed it yet ? If yes, how ?...

Have nice day Regards !


Solution

  • Why not use existing framework?

    KYDrawerController is a very good one. Easy to use. It is implemented using 100% Swift 3.0. It supports both Storyboard and No storyboard.

    Link: https://github.com/ykyouhei/KYDrawerController