subtitleView
A custom view to display below the title in the navigation bar.
Declaration
@NSCopying var subtitleView: UIView? { get set }Discussion
If non-nil, this property takes precedence over the subtitle and attributedSubtitle properties. The view’s layout constraints will determine its size, or the view may override sizeThatFits(_:) to return its desired size.