아미(아름다운미소)

UISwitch 기본 색상 (orange)을 변경하는 방법 본문

랭귀지/SWIFT

UISwitch 기본 색상 (orange)을 변경하는 방법

유키공 2018. 5. 27. 09:30

How to change the UISwitch default color

//Swift 3 Swift 4
@IBOutlet weak var LoginSwitch: UISwitch!
LoginSwitch.onTintColor = .orange
LoginSwitch.tintColor = .orange

UISwitch tintColor


Comments