PhotoEditor SDK v10.7.0 Release Notes
Release Date: 2019-12-18 // over 2 years ago-
๐ Changed
- Built with Swift 5.1.3 / Xcode 11.3.
๐ Fixed
- [ImglyKit] Added a public initializer for
PhotoEditRenderer
that's accessible with Objective-C. - ๐ [ImglyKit] Fixed Objective-C compatibility of
SpriteModel
. - ๐ [ImglyKit] Fixed
CGFloat?
properties not being exposed to Objective-C by converting them toNSNumber?
. - ๐ [ImglyKit] Fixed rotational snapping of sprites which led to misaligned snapping angles and guides after the image has been rotated with the transform tool.
- ๐ [ImglyKit] Fixed
FrameOptionsToolControllerOptions.allowedFrameActions
not being accessible from Objective-C.