hide keyboard

The best answer I found was the following: [crayon-6792c81a75e4a424179623/] and then create the IBOutlet for your text field like this [crayon-6792c81a75e501760...

indexPath

IT seems to be indexPath.row == indexPath[1] I shoulsd pay attention that indexPath is not the same as IndexPath. These are realy different things, that just st...

Easiest tableView

This is presented as the easest way to make tableView import UIKit class ViewController: UIViewController, UITableViewDelegate, UITableViewDataSource { // Data ...