layoutFrame
The layout guide’s frame in its owning view’s coordinate system.
Declaration
var layoutFrame: CGRect { 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 layoutSubviews() method is called.