标签: ios swift uiappearance
是否可以为UIViewController子类设置外观?
UIViewController
我想要像这样的变量
dynamic open var doneButtonColor: UIColor?
在UIViewController子类中,并将其样式设置为:
UIViewControllerSubclass.appearance().doneButtonColor = UIColor.green