UIImageView
public extension UIImageView
-
Undocumented
Declaration
Swift
func setImageAnimated(_ image: UIImage)
-
Scale image for screen
Declaration
Swift
@IBInspectable var fitScreenSize: Bool { get set }
-
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
firstDeclaration
Swift
@IBInspectable var localizableImageName: String? { get set }
-
Undocumented
See moreDeclaration
Swift
enum ImageViewState
-
Undocumented
Declaration
Swift
func configure(imageViewState: ImageViewState)