ashishkakkad.com
Create your own Slider menu (Drawer) in Swift - Ashish Kakkad
This article is updated with Swift 4 – Xcode 9 – iOS 11 Why to use a library everytime? Let’s create our own Slide Menu (Drawer) in Swift 4. 1. Create New Project in Xcode 9 with Swift Language 2. Design the Menu in UIViewController Declaration of Variables and Protocols (Delegate) : protocol SlideMenuDelegate { ... Read more
Ashish Kakkad