MNImageUtils
open class MNImageUtils
                Encapsulates management of images used in various UI
- 
                  
                  
Mask an ‘image’ by cropping it according to the specified ‘width’ and ‘height’. And then decompress.
Declaration
Swift
public static func maskImageAndDecompress(image: UIImage, width: CGFloat, height: CGFloat) -> UIImage?Parameters
imageThe image to mask
widthThe width to be used in masking the image
heightThe height to be used in masking the image
 
      MNImageUtils Class Reference