ZImageCropper icon indicating copy to clipboard operation
ZImageCropper copied to clipboard

A Swift 5 repo to crop image in any shape.

Results 1 ZImageCropper issues
Sort by recently updated
recently updated
newest added

I initialize a ZImageCropperView object as follow. ```swift lazy var imageView: ZImageCropperView = { let v = ZImageCropperView() v.translatesAutoresizingMaskIntoConstraints = false v.isCropEnabled = true v.isUserInteractionEnabled = true v.strokeColor = UIColor.systemOrange...