实现了标准的 iOS 7 的颜色:

jopen 11年前

iOS7Colors 是 UIColor 的分类,实现了标准的 iOS 7 的颜色。

#import "UIColor+iOS7Colors.h"    UILabel *label = [UILabel alloc] initWithFrame:CGRectZero];    label.textColor = [UIColor iOS7redColor];

实现了标准的 iOS 7 的颜色:

项目主页:http://www.open-open.com/lib/view/home/1378730159928