Contents

axesPreservingSuperviewLayoutMargins

A Boolean value that detemines whether the content view preserves the layout margins that it inherits from its superview on the horizontal or vertical axes.

Declaration

@property (nonatomic) UIAxis axesPreservingSuperviewLayoutMargins;

Discussion

By default, the content view preserves the layout margins of its superview on both axes.

See Also

Customizing layout