Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 447 Bytes

cheat_sheet.md

File metadata and controls

18 lines (10 loc) · 447 Bytes

Cheat Sheet

Pull to refresh

Color

// If color code is: rgb(255, 204, 0)

UIColor(red: 255/255, green: 204/255, blue: 0/255, alpha: 1.0) /* #ffcc00 */

Swift UIColor Picker