ExpandingDatePicker icon indicating copy to clipboard operation
ExpandingDatePicker copied to clipboard

An NSDatePicker that expands to show a graphical calendar view when focused.

Results 3 ExpandingDatePicker issues
Sort by recently updated
recently updated
newest added

Add support for Swift Package Manager.

picker one time,it will execute twice ``` @IBAction func firstDatePickerChanged(_ sender: NSDatePicker) { assert(sender === firstDatePicker) print("first date picker changed: \(sender.dateValue)") } ```

Hey Fred! Great control 👍 I think I know how this issue can be solved. At least I had the same issue in my control and was able to fix...