iOS - handle keyboard in UITableView in UIViewController
Most of the time, we tend to put textField
in a tableView
, perhaps it is much simpler.
If your form in UITableView
extends UITableViewController
, then you can skip the post, UITableViewController
will handle this issue for you.