I do not use Auto Layout, but I want my (very complex) application to adapt to the multitasking of Split View on iPad. For this, ideally, to do it right, I want to maintain size classes without omitting the auto-layout route. Watching the WWDC 406 session, it seems that this can be done programmatically, but I'm not sure, since they used Autolayout in each example, and even the interface designer would not support it otherwise.
Will I encounter any problems if I listen to notifications of property changes and do everything programmatically or using pins and racks? I have everything that is defined in Storyboards, but I would like to be able to support controllers of different sizes when the iPad demonstrates two applications side by side in iOS 9. Please inform.
ios autolayout xcode6 size-classes
strangetimes
source share