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
Post a Comment