I want to know esque I can do when I click Finish”-(IBAction)textFieldDoneEditing:(id) sender ” on the keyboard, I view a tableView
I want to know esque I can do when I click Finish-(IBAction)textFieldDoneEditing:(id) sender on
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can create a view controller which contains the table view and populate it when the user finishes editing and then show the view controller’s view as subview if you want it on the same view controller or you can also push it in the navigation stack if you have one.