PhotoEditor SDK v9.8.2 Release Notes

Release Date: 2019-07-09 // almost 5 years ago
  • โž• Added

    • โž• Added FilterToolControllerOptions.folderCellConfigurationClosure to configure cells that represent a folder within the filter tool.
    • โž• Added an overlayButtonInsets property to AdjustToolControllerOptions, BrushToolControllerOptions, PhotoEditViewControllerOptions, StickerOptionsToolControllerOptions, TextOptionsToolControllerOptions and TextDesignOptionsToolControllerOptions to easily modify the overlay button's insets in the corresponding tool controller.

    ๐Ÿ”„ Changed

    • Designated initializers of PhotoEditToolController subclasses are now public to enable subclassing and thus class replacement of tools.

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed class replacement not working for MenuListSectionController subclasses by making all concrete subclasses of MenuListSectionController open.
    • ๐Ÿ›  Fixed FilterToolControllerOptions.filterCellConfigurationClosure not being called for all effect cells when using folders.