DatePickerDialog-iOS-Swift icon indicating copy to clipboard operation
DatePickerDialog-iOS-Swift copied to clipboard

Date picker dialog for iOS

Results 42 DatePickerDialog-iOS-Swift issues
Sort by recently updated
recently updated
newest added

Hello! Nice project. It'd be cool to allow the option of lettings users cancel out of the date picker by clicking outside of the widget. Configurable along the lines of...

With this change, the Calendar type can be changed to for example Arabic, Persian, Chinese, etc.

I fixed an issue where the default date wasn't displayed. I also provided an option where you can tap on the background to dismiss the picker (this is turned off...

Hi, is there a way we can set the minimum and maximum date of the pickerdialog depending on a specific date? for example i have a date which is (mm/dd/yyyy)...

I want background black color, font color white change many views, not working. ``` swift DatePickerDialog().show("选择预约日期", doneButtonTitle: "确定", cancelButtonTitle: "取消", datePickerMode: UIDatePickerMode.DateAndTime) { (date) -> Void in print("选中时间\(date)") self.pickedDate =...

enhancement