That is, there will be an extra padding
above the Header
on the TableView
! It's so ugly!
So, is there a solution?
Actually, it's quite simple:
if #available(iOS 15.0, *) {
sectionHeaderTopPadding = 0
}
That is, there will be an extra padding
above the Header
on the TableView
! It's so ugly!
So, is there a solution?
Actually, it's quite simple:
if #available(iOS 15.0, *) {
sectionHeaderTopPadding = 0
}