Xcode 6. Class size, at runtime looks completely different than in Interface Builder and preview

Similar to Differences in Simulator View and Storyboard View

From left to right: Storyboard, Storyboard View, Simulator / Device

image of layouts

I've spent a lot of time making this work in all sizes ([Any, Any], [Compact, Any], [Regular, Regular], etc.), everything looks good in 'Preview' (which I thought should was to simulate runtime) and it all looks completely different on Simulator / Device.

I have removed all constraints and rebuilt many times. Using "Reset To Suggested Restrictions .." is a complete mess (use it to work fine), I add it manually.

If the visual tool is so unpredictable, what else can I do other than go back to using two storyboards?

+3


source to share





All Articles