ExpandingDatePicker
ExpandingDatePicker copied to clipboard
An NSDatePicker that expands to show a graphical calendar view when focused.
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...