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

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

mediawiki - How do I insert tables inside infoboxes on Wikia pages? -

Local Service User Logged into Windows -