BaseUINavigationItem
open class BaseUINavigationItem: UINavigationItem, BaseView
BaseUINavigationItem is a subclass of UINavigationItem and implements BaseView. It has some extra proporties and support for SyncEngine.
-
Overriden title property to set title from SyncEngine (Hint ’#’ prefix).
Declaration
Swift
override open var title: String?
-
Overridden constructor to setup/ initialize components.
Parameter
Parameter title: Title of Navigation ItemDeclaration
Swift
public override init(title: String)Parameters
titleTitle of Navigation Item
-
Required constructor implemented.
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Overridden method to setup/ initialize components.
Declaration
Swift
open override func awakeFromNib()
View on GitHub
BaseUINavigationItem Class Reference