Visual_Novel_iOS/crush/Crush/Src/Components/Skin/UICommonSetup.swift

20 lines
467 B
Swift

//
// UICommonSetup.swift
// Crush
//
// Created by Leon on 2025/9/14.
//
class UICommonSetup{
static func setupCLStyle(){
//Textfield
UITextField.appearance().tintColor = .c.cpn
UITextView.appearance().tintColor = .c.cpn
// UISwitch
UISwitch.appearance().onTintColor = .c.cpn//UIColor.systemBlue
//UISwitch.appearance().thumbTintColor = UIColor.white
}
}