Ramotion/expanding-collection

Problem with top border on iPhone X

alexmik89 opened this issue · 1 comments

I fixed this by inserting the following lines to the viewDidLoad method of my subclass of the ExpandingTableViewController:

if #available(iOS 11.0, *) { tableView.contentInsetAdjustmentBehavior = .never }