lundi 19 septembre 2016

Swift3: if-let-where statements

How is it in swift3?

if let car = createCar(), let color = car.color where color == UIColor.redColor() { }

Aucun commentaire:

Enregistrer un commentaire