I'm developing an app that manages events and I have an annoying problem that affects both EKEventViewController and EKEventEditViewController, some buttons wont work.
On EKEventViewController - "Show All Notes" does nothing when you tap over it both on iPhone/iPad and on Mac Catalyst App
Screenshot: https://i.stack.imgur.com/pPnjN.png
On EKEventEditViewController - "End time" can't be edited only on Mac Catalyst App (and the edit of start time is horrible).
Screenshot: https://i.stack.imgur.com/4xask.png
Can someone help me?