iOS - TableView header 中超出 space
iOS - Excess of space in TableView header
我有两个选项卡,每个选项卡中有两个不同的 table。每个 table 下面都有一个按钮。我对它们都使用了相同的约束,但在一个选项卡中,我的 table header 使用了太多 space 并将实际的 table 推低了。
这里是正常的table:
table 我遇到了问题:
以下是我使用的约束条件:
我一直在网上搜索解决方案几个小时,甚至重新创建了整个布局和代码。我不知道为什么这不起作用。
This post 回答了我的问题。
YourStoryboard.storyboard > YourViewController > Attributes inspector > Uncheck - Adjust scroll view insets.
我有两个选项卡,每个选项卡中有两个不同的 table。每个 table 下面都有一个按钮。我对它们都使用了相同的约束,但在一个选项卡中,我的 table header 使用了太多 space 并将实际的 table 推低了。
这里是正常的table:
table 我遇到了问题:
以下是我使用的约束条件:
我一直在网上搜索解决方案几个小时,甚至重新创建了整个布局和代码。我不知道为什么这不起作用。
This post 回答了我的问题。
YourStoryboard.storyboard > YourViewController > Attributes inspector > Uncheck - Adjust scroll view insets.