Instance Property
contentInsets
Convenience accessor that aggregates the four inset properties. Setting this updates all four individual inset properties.
Declaration
var contentInsets: NSEdgeInsets { get set }Declaration
@property (nonatomic, assign) NSEdgeInsets contentInsets;Declaration
contentInsets() -> NSEdgeInsets
setContentInsets_(contentInsets: NSEdgeInsets)