Top "Size-classes" questions

Size-class is an iOS system to allow for customizing layout, for different devices (phone versus pad, small versus large), while maintaining only the one storyboard.

iOS different constraints for different devices

I have a ViewController designed for iPhone SE As you can see I also have a constraint Align Top to: …

ios xcode size-classes
Using size classes programmatically

I (hopefully) watched all the relevant WWDC2014 session videos and read the docs, so this question is mostly to confirm …

ios interface-builder autolayout ios8 size-classes
Resize app designed for Iphone 6 to scale correctly in iphone 5s

Ok, here is the problem I have designed an application for iphone 6 screen without size classes and autolayout. Looking like …

ios objective-c xcode swift size-classes
launch screen xib not displaying imageview correctly

I'm using a launch screen xib and I can't get the image within the UIImageView to appear. Currently, I have …

ios autolayout size-classes launch-screen
Size Classes in iOS 7

I created a new app in Xcode 6 using Size Classes. After testing with iOS 7, I can't figure out how to …

iphone xcode size-classes