Texture icon indicating copy to clipboard operation
Texture copied to clipboard

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

Open FlyerYe opened this issue 3 years ago • 6 comments

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

FlyerYe avatar Sep 24 '21 12:09 FlyerYe

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

denkeni avatar Sep 25 '21 14:09 denkeni

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

FlyerYe avatar Sep 26 '21 01:09 FlyerYe

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

denkeni avatar Sep 26 '21 05:09 denkeni

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

FlyerYe avatar Sep 26 '21 11:09 FlyerYe

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

FlyerYe avatar Sep 26 '21 11:09 FlyerYe

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

bawn avatar Nov 05 '21 03:11 bawn