Wie kann ich mit Swift eine zufällige Farbfunktion erstellen?
import UIKit
class ViewController: UIViewController {
var randomNumber = arc4random_uniform(20)
var randomColor = arc4random()
//Color Background randomly
func colorBackground() {
// TODO: set a random color
view.backgroundColor = UIColor.yellow
}
}
static func random() -> CGFloat
ist außerhalb von nutzlos,static func random() -> UIColor
so dass Sie die erste Methode innerhalb der zweiten deklarieren können