We are seeing an issue on iOS 15 only where the table view has a content offset of (x: 0, y: -91) yet in iOS 14 the content offset is (x: 0, y: 0). It looks like the first row of the table view does not start at the top of the table view. Researching this previously led me to believe that setting tableView.contentInsetAdjustmentBehavior = .never would resolve the issue but that doesn't seem to do anything. The issue on exists in iOS 15 so is there anything that changed regarding how content offset and layout constraints are handled with table views?
2
1
2.9k