Nav Controller, UITableViewController, UITextField to become firstResponder?
- by Daniel Granger
I have a core data application which uses a navigation controller to drill down to a detail view and then if you edit one of the rows of data in the detail view you get taken to an Edit View for the that single line, like in Apples CoreDataBooks example!
The edit view is a UITableviewController which creates its table with a single section single…