iOS Tutorials: Creating a TableView using UITableViewController
This is a simple tutorial that uses UITableViewController instead of implementing TableView in a View Controller. This process is a lot faster and saves time.
On your Xcode, go to File > New > Project to create a new blank project. Go ahead and give your project any name. For mine, I put TableView. You could go ahead and put in the required information as your own information.
