CGFloat(Float(arc4random()%255)/255.0)
cell?.backgroundColor = UIColor(red: (CGFloat(Float(arc4r...
调用函数即可 会返回一个随机的rgb
// UIColor+Hex.m创建继承于UIColor的类别 随机颜色 UIColor+Hex.h + (UIC...
- (UIColor*)randomColor {CGFloat red =arc4 random()%255/2...
flutter 产生随机颜色 相关代码如下: 需要导入以下两个 有了随机颜色妈妈再也不用但心选择颜色了~ 哈哈哈哈...
//随机颜色 intR = (arc4random() % 256) ; intG = (arc4rand...
本文标题:swift 随机颜色
本文链接:https://www.haomeiwen.com/subject/fiqosttx.html
网友评论