Eureka icon indicating copy to clipboard operation
Eureka copied to clipboard

Fix #1952: Use SafeArea Autolayout Constraints when FormViewController Is Presented Modally

Open philipbel opened this issue 5 years ago • 0 comments

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.

philipbel avatar Mar 27 '21 20:03 philipbel