Contents

customView

A custom view for the background.

Declaration

@property (nonatomic, strong) UIView * customView;

Discussion

The custom view must have translatesAutoresizingMaskIntoConstraints set to true, but it can use Auto Layout constraints internally for layout of its subviews.

See Also

Customizing the background