Contents

frame

The layout guide’s frame in its owning view’s coordinate system.

Declaration

var frame: NSRect { get }

Discussion

The layout guide defines a rectangular space in its owning view’s coordinate system. This property contains a valid CGRect value by the time its owning view’s layout() method is called.

See Also

Related Documentation

Working With Layout Guides