customView
A custom view for the background.
Declaration
var customView: UIView? { get set }Discussion
The custom view must have translatesAutoresizingMaskIntoConstraints set to true, but it can use Auto Layout constraints internally for layout of its subviews.