如何在PhotoEditorSDK中创建自己的选项

时间:2017-11-30 16:43:39

标签: ios photoeditorsdk

我正在尝试在 PhotoEditorSDK 7.0中添加我自己的选项

let tools [
           .tool("MY CONTROL", UIImage(named: "back", in: bundle, compatibleWith: nil)!, BrushController(configuration: configuration)),
        ]

let controller = PhotoEditViewController.init(photo: sampleImage, menuItems: mymenu , configuration: configuration)

我创建了画笔控制器

如何实现它,就像它在构建刷控制器上一样。如何将我的PhotoEditViewController值传递给我的控制器

0 个答案:

没有答案