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
After iOS16
If something has changed, what's the updated version of this?

