ScrollView adds space at the top of subview xcode

2019-01-27 07:45发布

I'm trying to build a scene using story board. In that I've a scrollView, which has the following constraints.

ScrollView Constraints

Inside the scroll view I've a plain view, which has the following constraints.

View Constraints

Now inside the view I've several labels and other objects. For the first label I've a top Space from view as 0. But the following result appears.

enter image description here

You can notice the space above the label "Type".

Please help me with this. Thanks.

1条回答
贪生不怕死
2楼-- · 2019-01-27 08:03

Select ViewControler(RED)

select ViewControler(RED)

Chose Attributes Inspector and uncheck Adjust Scroll View Insets

enter image description here

查看更多
登录 后发表回答