| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
AnyImageEditor is archived. Please use AnyImageKit instead.
AnyImageEditor is an image editor which support for drawing, crop and mosaic. It's written in Swift.
import AnyImageEditor
let image = UIImage(named: "test-image")!
let controller = ImageEditorController(image: image, delegate: self)
controller.modalPresentationStyle = .fullScreen
present(controller, animated: true, completion: nil)
/// ImageEditorPhotoDelegate
func imageEditorDidFinishEdit(photo: UIImage) {
// Your code
}AnyImageEditor is released under the MIT license. See LICENSE for details.
| Back | FazBrowse Home | New Git URL |