AnyImageEditor is archived. Please use AnyImageKit instead.
AnyImageEditor is an image editor which support for drawing, crop and mosaic. It's written in Swift.
- Draw
- Emoji
- Input text
- Crop
- Mosaic
- Multiple platform support
- iOS
- iPadOS
- Mac Catalyst
- macOS
- tvOS
- iOS 10.0+
- Xcode 11.0+
- Swift 5.0+
import AnyImageEditor
letimage=UIImage(named:"test-image")!
letcontroller=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.
