w43322

Kuku's blog desu

Zensoku zenshin... Yousoro!
github
twitter
steam
email
telegram
bilibili
discord server

One frustrating aspect of TableView in iOS 15+

IMG_4280

That is, there will be an extra padding above the Header on the TableView! It's so ugly!

截屏 2024-09-13 10.57.44

So, is there a solution?

截屏 2024-09-13 10.58.55

Actually, it's quite simple:

if #available(iOS 15.0, *) {
    sectionHeaderTopPadding = 0
}

IMG_4278

截屏 2024-09-13 11.01.49

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.