随机颜色 《笔记篇》
2016-08-13 本文已影响5人
失忆的程序员
self.view.backgroundColor = [UIColor colorWithRed:arc4random() % 255/255.f green:arc4random() % 255/255.f blue:arc4random() % 255/255.f alpha:1];
self.view.backgroundColor = [UIColor colorWithRed:arc4random() % 255/255.f green:arc4random() % 255/255.f blue:arc4random() % 255/255.f alpha:1];