How to prevent popover from scrolling when Keyboard Appears
问题 I have a form (Eureka form, in a UITableView) that I show in a iPad as a Popover. But when the keyboard appears, the Tableview scrolls down and hides the field that I am editing. Is there a way to prevent that kind of scroll when the popover change their size? Or a way to focus again the field that I am editing? This is the code in the Main View Controller func presentFormPopover(form: FormViewController) { let nav = UINavigationController(rootViewController: form) nav.modalPresentationStyle