iOS-MVVM-ProjectTemplate
iOS-MVVM-ProjectTemplate copied to clipboard
Make custom modal transition its own transitioningDelegate
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.