Presse
Presse

Reputation: 418

ScrollView adds space at the top of subview xcode 6 Swift

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.

Upvotes: 1

Views: 1762

Answers (1)

user3593011
user3593011

Reputation:

Select ViewControler(RED)

select ViewControler(RED)

Chose Attributes Inspector and uncheck Adjust Scroll View Insets

enter image description here

Upvotes: 9

Related Questions