How to Implement Left Side Menu | Xcode 11 | Swift 5.2 | KtrKathir

Опубликовано: 24 Июль 2020
на канале: iPhone Kathiresan
428
8

In this Swift tutorial I discussed about How to implement Static TableViewController as a Left SideMenu and build a perfect Swift Application.

Here I used already Integrated SideMenu project and implemented UITableViewController as a static list.

Left menu models are implemented by Enum.

For Navigation from SideMenu to any other ViewController I implemented a Custom Protocol.

If you didn't watch my previous video of

Integrating Left Side Menu:    • How to Integrate Left SideMenu | Xcod...  
Static TableView using Enum:    • Static UITableView using enum | Xcode...  

If you like my way of teaching like my video and post a comment to know more What you are expectation.

And also If you have any suggestions post a comment to let me know more.

Subscribe on YouTube : https://bit.ly/KtrKathir
Follow me on WordPress: https://bit.ly/KtrKathir-blog
Like my page on Facebook: https://bit.ly/KtrKathir-fb

#iOS #Swift #SideMenu #LeftMenu #Xcode

Chapters:
0:00 Intro and explanation
1:23 Implementing Menu model Enum
2:15 Creating UITableViewController and Implementation
3:14 Implementation and output
5:27 Navigate to any viewController with Custom Protocol
7:53 Confirming Custom protocol and Final output