I have a UITableViewController with a grouped static UITableView. I am defining the cells for my static table view on the storyboard. One of the cells has a textfield in it. Whe
For Swift
override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) }