ExpandingDatePicker icon indicating copy to clipboard operation
ExpandingDatePicker copied to clipboard

target-action will execute twice

Open iHTCboy opened this issue 4 years ago • 0 comments

picker one time,it will execute twice

    @IBAction func firstDatePickerChanged(_ sender: NSDatePicker) {
        assert(sender === firstDatePicker)
        print("first date picker changed: \(sender.dateValue)")
    }

iHTCboy avatar Aug 27 '21 01:08 iHTCboy