Reputation: 155
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 !
Upvotes: 0
Views: 2291
Reputation: 9645
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
Upvotes: 2