테마 및 색상 변경
let colorScheme = AdisonColorScheme()
colorScheme.primaryColor = UIColor(hexString: "#00CF06")
colorScheme.primaryColorVariant = UIColor(hexString: "#00CF06")
colorScheme.onPrimaryColor = UIColor(hexString: "#000000")
Adison.shared.colorScheme = colorSchemeAdisonColorScheme *colorScheme = [AdisonColorScheme new]
colorScheme.primaryColor = UIColor.redColor
[[Adison shared] setColorScheme:colorScheme];


No
색상
설명


Last updated
Was this helpful?