I have a UICollectionView in a UINavigationController, and I'd like to 
customize the transition from one to the next on push. So I set up the first VC 
as UIViewControllerTransitioningDelegate, and in prepareForSegue(_:sender:) set 
the destination VC's transitioningDelegate to self.

But my delegate methods never get called. The docs say to set 
modalPresentationStyle to .Custom, but that has no effect (also, it's a bit 
weird since this is not technically a modal presentation, is it?).

Search for solutions online turns up only custom segues, which is not really 
what I want.

Is it even possible to do this with segues? What am I missing?

TIA,

-- 
Rick Mann
rm...@latencyzero.com



_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to