longitachi / ZLPhotoBrowser

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

希望支持修改 btnSelect 颜色 / 样式 #896

Closed Arabaku closed 3 months ago

Arabaku commented 3 months ago

4.4.6 版本开始支持设置选择按钮上是否显示序列号,同时 btnSelect 给了默认的选中样式。希望可以在 ZLPhotoUIConfiguration 中给出对其进行修改的方法。

image
longitachi commented 3 months ago

修改序号字体颜色及背景色 https://github.com/longitachi/ZLPhotoBrowser/blob/500d3fcf9e5ff2e90e5b00fc97be131c0d832c9a/Sources/General/ZLPhotoUIConfiguration.swift#L424-L438

修改选择按钮图片参照这个 https://github.com/longitachi/ZLPhotoBrowser/blob/500d3fcf9e5ff2e90e5b00fc97be131c0d832c9a/Sources/General/ZLPhotoUIConfiguration.swift#L158-L174

Arabaku commented 3 months ago

非常感谢!