在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1,创建 //控制器 timer = Timer.scheduledTimer(timeInterval: 0.001, target: self, selector: #selector(FifteenthViewController.tickDown), userInfo: nil, repeats: true) 2,方法实现 func tickDown()
{
let a = Int(arc4random()%255)+1
3,终止定时器的方法 timer.invalidate() 上面写了个随机颜色,时间调快一点,就成了屏幕快闪! |
请发表评论