UIImageView

public extension UIImageView

Screen Fit

  • Scale image for screen

    Declaration

    Swift

    @IBInspectable
    var fitScreenSize: Bool { get set }

Localized Image

  • Using localized “_en” key to append to image. Won’t work if you don’t have “_en” key in your localized strings. In case you need to change image programmatically - set this property to nil first

    Declaration

    Swift

    @IBInspectable
    var localizableImageName: String? { get set }
  • Undocumented

    See more

    Declaration

    Swift

    enum ImageViewState
  • Undocumented

    Declaration

    Swift

    func configure(imageViewState: ImageViewState)