First, we have to update the storyboard. Then, we should write some code to feed the data into the UITableViewController:
- Open the Main.storyboard.
- Then, select the Table View Controller.
- Open the Identity Inspector (cmd + Alt + 3).
- Select the class value to be ViewController. This visual component will use our previous table's implementation.
- Expand the Table View and select the Table View Cell. Open the Utilities panel (cmd + Alt + 4) and select the Attributes Inspector.
You have to set the cell identifier so that we can create as many copies ...