UINavigationItem
extension UINavigationItem
-
Set title and subtitle to
titleViewof UINavigationItemDeclaration
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 popover once longpressed the
titleView -
The style class property. Setting this value applys the style.
Declaration
Swift
public var nuiClass: String? { get set }