November 2018
Intermediate to advanced
404 pages
10h 16m
English
In this section, instead of the default ViewController, you're going to use a new TableViewController for the main screen:
// File: MainScreenViewController.swiftimport UIKitclass MainScreenViewController: UITableViewController { override func viewDidLoad() { super.viewDidLoad() }}

Read now
Unlock full access