UIAdaptivePresentations with EventKitUI
UIAdaptivePresentations with EventKitUI
- Subject: UIAdaptivePresentations with EventKitUI
- From: Daniel Phillips <email@hidden>
- Date: Mon, 14 Dec 2015 14:18:30 +0000
I am having some trouble using adaptive presentations with EventKitUI,
I am implementing a feature which allows my users to add an event to their calendar. I have imported EventKitUI framework and I am presenting an EKEventEditViewController. On iPad it’s shown
But I would like to show this using UIAdaptivePresentations so that on iPad it’s shown in a popover.
However the only presentation controller EKEventEditViewController only vends the following:
-presentationController => instance of _UIFullscreenPresentationController
-popoverPresentationController => nil
I was under the impression that I should be able to configure this by using a popover modal style (UIModalPresentationPopover) and configuring the popoverPresentationController with a sourceView and a sourceRect.
But I think I may be overlooking something… Perhaps EventKitUI just simply doesn’t support what I want out of the box?
Could anyone point me in the right direction?
Thank you
-Daniel
Sent from my iPad
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden