alexmik89 opened this issue 7 years ago · 1 comments
https://cl.ly/1c0T0S2a1l0F
I fixed this by inserting the following lines to the viewDidLoad method of my subclass of the ExpandingTableViewController:
viewDidLoad
if #available(iOS 11.0, *) { tableView.contentInsetAdjustmentBehavior = .never }