Search code examples
iosobjective-cxcodeautolayoutiphone-4

Xcode 6.1 Autolayout issue for 3.5in display


I have a very strange issue with Autolayout. Check attacked screenshot, I am primary interested in that red topbar. I set all constraints, and it works pretty well for all sizes, except 3.5in.

Storyboard Screenshot

How is it possible something like this? Is this an Xcode bug?

Note: There are no constraints added programatically. Everything is right there, in storyboard.


Solution

  • In the end, it proved to be some problems in the way I set constraints. Deleted all, and redoing them, solved the problem.