delovski
Joined: 14 Jun 2006 Posts: 3524 Location: Zagreb
|
Posted: Fri Nov 13, 2015 10:48 pm Post subject: AutoLayout |
|
|
so - xCode 6 beta 7: storyboard adds extra space on right and left sides
"iOS 8 adds the concept of ?content margins? to UIView. The Whats New in
Cocoa Touch video from WWDC 2014 discusses content margins (under the
title Adaptive Margins) starting at about 12m30s.
The default margins are 8 points on each side. Each end of a layout constraint
can be relative to a view's margin instead of to the view's true edge
(use File > Open Quickly to go to the definition of NSLayoutAttribute to see the
possibilities)." |
|