UIImage
extension UIImage: AlamofireExtended
-
Undocumented
Declaration
Swift
public static func af_threadSafeImage(with data: Data) -> UIImage? -
Undocumented
Declaration
Swift
public static func af_threadSafeImage(with data: Data, scale: CGFloat) -> UIImage?
-
Undocumented
Declaration
Swift
public var af_inflated: Bool { get } -
Undocumented
Declaration
Swift
public func af_inflate()
-
Undocumented
Declaration
Swift
public var af_containsAlphaComponent: Bool { get } -
Undocumented
Declaration
Swift
public var af_isOpaque: Bool { get }
-
Undocumented
Declaration
Swift
public func af_imageScaled(to size: CGSize, scale: CGFloat? = nil) -> UIImage -
Undocumented
Declaration
Swift
public func af_imageAspectScaled(toFit size: CGSize, scale: CGFloat? = nil) -> UIImage -
Undocumented
Declaration
Swift
public func af_imageAspectScaled(toFill size: CGSize, scale: CGFloat? = nil) -> UIImage
-
Undocumented
Declaration
Swift
public func af_imageRounded(withCornerRadius radius: CGFloat, divideRadiusByImageScale: Bool = false) -> UIImage -
Undocumented
Declaration
Swift
public func af_imageRoundedIntoCircle() -> UIImage
-
Undocumented
Declaration
Swift
public func af_imageFiltered(withCoreImageFilter name: String, parameters: [String : Any]? = nil) -> UIImage?
View on GitHub
Install in Dash
UIImage Extension Reference