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 -

xslt - DocBook 5 to PDF transform failing with error: "fo:flow" is missing child elements. Required content model: marker* -

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