美文网首页SO 问题来了
随机颜色 《笔记篇》

随机颜色 《笔记篇》

作者: 失忆的程序员 | 来源:发表于2016-08-13 16:41 被阅读5次

    self.view.backgroundColor = [UIColor colorWithRed:arc4random() % 255/255.f green:arc4random() % 255/255.f blue:arc4random() % 255/255.f alpha:1];

    相关文章

      网友评论

        本文标题:随机颜色 《笔记篇》

        本文链接:https://www.haomeiwen.com/subject/dytysttx.html