实现了标准的 iOS 7 的颜色:
jopen
11年前
iOS7Colors 是 UIColor 的分类,实现了标准的 iOS 7 的颜色。
#import "UIColor+iOS7Colors.h" UILabel *label = [UILabel alloc] initWithFrame:CGRectZero]; label.textColor = [UIColor iOS7redColor];