`UITableView.appearance().sectionFooterHeight = 0` no longer working iOS16?

Viewed 41

Since updating to iOS, I've noticed UITableView.appearance().sectionFooterHeight = 0 no longer works in my app (or in Xcode 14), screenshots attatched for reference, and here's how I was using it:

init() {
    UITableView.appearance().sectionFooterHeight = 0
}

Before iOS16

enter image description here

After iOS16

enter image description here

If something has changed, what's the updated version of this?

0 Answers
Related