contentView
The content view to extend to fill the UIBackgroundExtensionView.
Declaration
var contentView: UIView? { get set }Discussion
The content view will be added as a subview of the extension view and placed within the safe area by default. See automaticallyPlacesContentView to customize the layout.