CropView
CropView copied to clipboard
Crop rectangle view like in Notes App
Hi there, nice framework by the way! I was using another framework that use yours for crop, and I found a memory leak with the picture, and it was easy...
When layout subviews called, it goes recursive and causes the app to crash. It seems the problem is in SECropView.swift public override func layoutSubviews()
Hi, i have just tested with large image size ( about 2000-1000), then i found the large image size, the small circle corner radius, can you give some advices to...
Hi, I did found a way to perform "select all" on the `cropView`, but it's working only with images from the library or ones that taken from the camera, but...