iOS-MVVM-ProjectTemplate icon indicating copy to clipboard operation
iOS-MVVM-ProjectTemplate copied to clipboard

Make custom modal transition its own transitioningDelegate

Open olejnjak opened this issue 7 years ago • 0 comments

Custom modal animations should probably be their own transitioningDelegates it is easier in situations when a single viewController needs to perform more than one custom modal transition.

https://github.com/AckeeCZ/iOS-MVVM-ProjectTemplate/blob/0f443c5b9ae6d56db197404b45d872f0d15194cd/ProjectTemplate/ViewController/Popup/PopupPresenting.swift#L19

It would be necessary to check whether this solution doesn't create a memory leak.

olejnjak avatar Feb 08 '19 20:02 olejnjak