Eureka
Eureka copied to clipboard
Fix #1952: Use SafeArea Autolayout Constraints when FormViewController Is Presented Modally
UITableView.scrollRectToVisible(, animated:) and UITableView.scrollToRow() don't work properly in keyboardWillShow() due to, what seems to be, a bug in iOS when autoresizing mask is used for a UIViewController that is presented modally as .formSheet/.pageSheet within a UINavigationController.
Tests are passing. My own iOS app is working fine with this fix. Comments/input is welcome.