苹果文档说明:
原文链接:https://www.f2er.com/swift/321045.htmlTo participate in the appearance proxy API,tag your appearance
property selectors in your header with UI_APPEARANCE_SELECTOR.
在Objective-C中,可以使用UI_APPEARANCE_SELECTOR注释属性,如下所示:
@property (nonatomic,strong) UIColor *foregroundColor UI_APPEARANCE_SELECTOR;
我怎么能在Swift中做同样的事情?