longitachi / ZLPhotoBrowser

Wechat-like image picker. Support select photos, videos, gif and livePhoto. Support edit image and crop video. 微信样式的图片选择器,支持预览/相册内拍照及录视频、拖拽/滑动选择,编辑图片/视频,支持多语言国际化等功能;
MIT License
4.72k stars 953 forks source link

How to change colors of selected item in photo edit vc. #767

Closed isayeter closed 1 year ago

isayeter commented 1 year ago

I couldn't find any option to set those "green" colors:

Screen Shot 2022-10-07 at 14 07 09

Is there any option to set them?

Thank you.

isayeter commented 1 year ago

oh, I found them, thanks.

        ZLPhotoUIConfiguration.default().imageEditorToolTitleNormalColor = .xblack
        ZLPhotoUIConfiguration.default().imageEditorToolTitleTintColor = .primary
        ZLPhotoUIConfiguration.default().imageEditorToolIconTintColor = .primary