Contents

largeSubtitleView

A custom view to display below the large title.

Declaration

var largeSubtitleView: UIView? { get set }

Discussion

When non-nil, this takes precedence over any other subtitle. The view’s layout constraints will determine its size, or the view may override sizeThatFits(_:) to return its desired size.

See Also

Specifying custom views