UIBarItem

extension Reactive where Base: UIBarItem

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

  • Sets whether the bar item is enabled.

    Declaration

    Swift

    public var isEnabled: BindingTarget<Bool>
  • Sets image of bar item.

    Declaration

    Swift

    public var image: BindingTarget<UIImage?>
  • Sets the title of bar item.

    Declaration

    Swift

    public var title: BindingTarget<String?>