Difference between Color and UIColor in Swift? -



Difference between Color and UIColor in Swift? -

whats difference between using

let magenta = color(red: 1.0, green: 0.0, blue: 1.0)

and

let magenta = uicolor(red: 1.0, green: 0.0, blue: 1.0, alpha:1.0)

?

swift

Comments

Popular posts from this blog

php - How to pass multiple values from url -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -