How I can make a random color function using Swift?
import UIKit class ViewController: UIViewController { var randomNumber = arc4random_uniform(20)
Swift 4.2