Closed CongHaipeng closed 4 years ago
Demo:
glayer.theme_colors = [ [UIColor.red.cgColor, UIColor.blue.cgColor], [UIColor.green.cgColor, UIColor.yellow.cgColor], ]
Plist Demo:
gLayer.theme_colors = ThemeAnyPicker(keyPath: "someKey") { value in if let hexArray = value as? [String] { return hexArray.map { UIColor(hex: $0).cgColor } } return nil }
Demo:
Plist Demo: