DatePicker, TimePicker
시작일시, 종료일시 각각의 TextField Form이 있을것터치시 datePicker or timePicker 가 keyboard 대신 올라올것더보기IiOS 13.4 부터 UIPickerView 스타일이 다양 해짐@available(iOS 13.4, *)public enum UIDatePickerStyle : Int, @unchecked Sendable { /// Automatically pick the best style available for the current platform & mode. case automatic = 0 /// Use the wheels (UIPickerView) style. Editing occurs inline. case wheels..
2024.05.22