标签:port elf track post com ati end import data-
#import "UIColor+RandomColor.h"
@implementation UIColor (RandomColor)
+ (UIColor *)randomColor {
return [self colorWithRed:arc4random() % 256 / 255.0 green:arc4random() % 256 / 255.0 blue:arc4random() % 256 / 255.0 alpha:1.0];
}
@end
标签:port elf track post com ati end import data-
原文地址:http://www.cnblogs.com/zhchoutai/p/7062997.html