Is there a way to use Interface Builder to maximize a view for the w:Any h:Any size classes without relying on iOS8 only features?
I'm trying to have a simple scrollview inside a navigation controller and a tab bar with some horizontal centered labels. But I can't even get the scrollview to be maximized without getting layout attributes relative to the layout margin
or misplaced view
warnings.
I dragged the scrollview across the canvas between navigation bar and tab bar. I set contraints of the scrollview to center alignment Y and X and vertical space at the top to take in account of the navigationbar.
Now when I try to add a contraint to have the bottom next to the navigationbar I get the iOS 8.0 warning.
Also I don't understand what width and height I need to set when I want the object to be dynamically maximized depending on the device or orientation - I thought that was the point of auto layout.