UIImageView

extension Reactive where Base: UIImageView

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

  • Sets the image of the image view.

    Declaration

    Swift

    public var image: BindingTarget<UIImage?>
  • Sets the image of the image view for its highlighted state.

    Declaration

    Swift

    public var highlightedImage: BindingTarget<UIImage?>