UINavigationItem

extension Reactive where Base: UINavigationItem

The reactive extension can be accessed through the reactive instance property and the reactive static property.

  • Sets the title of the navigation item.

    Declaration

    Swift

    public var title: BindingTarget<String?>
  • Sets the prompt of the navigation item.

    Declaration

    Swift

    public var prompt: BindingTarget<String?>