Static UITableView using enum | Xcode 11 | Swift 5.2 | KtrKathir

Опубликовано: 17 Июль 2020
на канале: iPhone Kathiresan
1,057
12

In this swift tutorial I discussed about How to design a static UITableViewController using Enum in Xcode and build the iOS Application.

This is a quick tutorial to design a UITableView in step by step.

Here I didn't use any No Xib, No Storyboard, No interface classes.

Just create a UITableViewController class for interface and navigate from ViewController.

For TableViewCell content I didn't create any Struct or class for that. I choose a better way to create model class by Enum class and add some extension variable for tableview datasources.

I think this video is very helpful to you.

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

#UITableViewController #list #iOS #swift #xcode

Chapters:
0:00 Intro
0:12 Creating a UITableViewController
0:49 Creating Model class using Enum
1:58 Integrate Model on TableView
3:25 Extension a variable in Enum and implementing in tableview cellforrow
7:58 Implementing Navigation to TableViewController
9:56 Explanation and Final output