Visual_Novel_iOS/crush/Crush/Src/Components/UI/BaseView/CLDatePicker.swift

15 lines
234 B
Swift
Raw Normal View History

2025-10-09 10:29:35 +00:00
//
// CLDatePicker.swift
// Crush
//
// Created by Leon on 2025/7/19.
//
import UIKit
class CLDatePicker : UIDatePicker{
override func layoutSubviews() {
super.layoutSubviews()
backgroundColor = .clear
}
}