UIViewController
extension UIViewController
-
Set title and subtitle to
titleViewofUINavigationItemDeclaration
Swift
public func setTitleView(_ title: String, subtitle: String? = nil, withPopover: Bool = false)Parameters
titletitle for the
titleViewsubtitlesubtitle for the
titleView; the default is nil.withPopovertrue to show the full title and subtitle in the popover once the
titleViewhas been longpressed.