Search code examples
iosxcodexcode-storyboard

XCode: Storyboard adds extra spaces between elements?


I have this ViewController in my app's Storyboard:

enter image description here

There's an category image and then under it there's the category title.

When i test the app, the storyboard adds extra spaces at the top and bottom of the category title like this:

enter image description here

How can i remove the extra space!?

EDIT

This is the structure: enter image description here


Solution

  • I think this has been because of the constraints used and the difference in screen size. The height of the view (containing the fruits image and fruit) has increased. Hope this helps :-)