标签: ios swift uicolor
这是我的UIColor扩展程序:
extension UIColor { // custom red public class var customRed: UIColor { return UIColor(red: 244/255, green: 59/255, blue: 59/255, alpha: 1) } }
如何将cgColors附加到它?
UIColor.someColor.cgColor