Slide 17
Slide 17 text
৭ΛίʔυͰཧ͢Δ
extension UIColor {
struct MyColor {
static let theme: UIColor = #colorLiteral(red: 0.2, green: 0.2, blue: 0.2, alpha: 1)
static let action: UIColor = #colorLiteral(red: 0.4, green: 0.4, blue: 0.4, alpha: 1)
static let backgroundColor: UIColor = #colorLiteral(red: 0.8, green: 0.8, blue: 0.8, alpha: 1)
.
.
.
}
}
17