UIImage
public extension UIImage
-
Initialize a
UIImage
with an internalImage
type, using a givens scale.Declaration
Swift
convenience init?(mbxImage: Image, scale: CGFloat = UIScreen.main.scale)
Parameters
mbxImage
The internal
Image
type to use for theUIImage
.scale
The scale of the new
UIImage
.