UIDatePicker iOS 14 Callback?

Hello,

I am struggling to fetch an event when dismissing the new iOS 14 .compact mode.

On previous version we were able to fetch the user's selected date using some toolbar with "done" button on the top.
  1. Gesture doesn't work. Been called before user's choice.

  2. Detecting tap on the UIView same as 1.

  3. The new pop-up of .compact way doesn't provide any good UI for adding an additional buttons in order to fetch that kind of information.


Regards
Answered by NotHappy in 630679022
Sometimes the most basic answer is the most correct.
Creating IBAction will do it.


Please close the ticket as I cannot find "Edit/Delete" post option.
Accepted Answer
Sometimes the most basic answer is the most correct.
Creating IBAction will do it.


Please close the ticket as I cannot find "Edit/Delete" post option.
UIDatePicker iOS 14 Callback?
 
 
Q