TextureGroup / Texture

Smooth asynchronous user interfaces for iOS apps.
https://texturegroup.org/
Other
8.02k stars 1.29k forks source link

iOS 15 tableNode内容会向下偏移35pt #2030

Open FlyerYe opened 3 years ago

FlyerYe commented 3 years ago

iOS 15 tableNode内容会向下偏移35pt

denkeni commented 3 years ago

Maybe you should take a look at sectionHeaderTopPadding and set it to 0.

FlyerYe commented 3 years ago

ASTableNode.init(style: .grouped) ,为grouped的时候,会向下偏移

denkeni commented 3 years ago

There's another solution that works for me: setting tableHeaderView https://developer.apple.com/forums/thread/683980?answerId=687940022#687940022

FlyerYe commented 3 years ago

Okay, that's very helpful. Thank you very much!

FlyerYe commented 3 years ago

Okay, that's very helpful. Thank you very much!

bawn commented 3 years ago

@FlyerYe 既然问题解决了,应该及时关闭