|
@@ -19,6 +19,8 @@ public class PQBFConfig: NSObject {
|
|
|
cutViewTintColor: UIColor = UIColor.black
|
|
|
materialDeleteImage = UIImage.init().BF_Image(named:"icon_search_delete")
|
|
|
cutDurationColor = UIColor.init(red: 238.0 / 255.0, green: 0 / 255.0, blue: 81.0 / 255.0, alpha: 0.1)
|
|
|
+ hiddenMusicMask = false
|
|
|
+ otherTintColor = UIColor.hexColor(hexadecimal: "#333333")
|
|
|
//主题适配方案二
|
|
|
styleColor = green
|
|
|
statusBarStyle = .dark
|
|
@@ -28,6 +30,8 @@ public class PQBFConfig: NSObject {
|
|
|
cutViewTintColor: UIColor = UIColor.white
|
|
|
materialDeleteImage = UIImage.init().BF_Image(named:"deleteAudio")
|
|
|
cutDurationColor = UIColor.init(red: 61.0 / 255.0, green: 193.0 / 255.0, blue: 193.0 / 255.0, alpha: 0.1)
|
|
|
+ hiddenMusicMask = true
|
|
|
+ otherTintColor = UIColor.hexColor(hexadecimal: "#F2F2F2")
|
|
|
*/
|
|
|
// 主题色
|
|
|
public var styleColor: styleColor = .green
|