So I have a UINavigationController that pushes a UITableViewController from the rootViewController. From the UITableViewController, I want a UIImagePickerController to be pushed when I click a certain cell. How would I get the navigation controller to display the image picker?
So I have a UINavigationController that pushes a UITableViewController from the rootViewController. From the
Share
Then define UIPickerControllerDelegate in your tableViewController implementation.