Open mariohahn opened 7 years ago
Thanks for the input. I'll have a detailed look and consider not moving fromViewController.view to containerView I think the basic reason was to be able to animate the whole container view but I'll confirm that
Have you already tried to use a PresentationController? đŸ™ƒ
No I didn't try to use it with the framework actually yet, if that's the question The initial implementation is coming from iOS 7 times and that framework was sufficient for most of the scenarios but I'll have a look at it
However, feel free to open a pull request with any improvements you had in mind
Hi,
have you ever tried to use your lib together with a UIPresentationController?
example:
It works fine for none interactive transitions:
1.) DimmingView 2.) ToViewController.view
But the real problem is the interactive transition:
1.) DimmingView 2.) FromViewController.view 3.) ToViewController.view
So my dimming view is not visible because you add the FromViewController.view to the ContainerView.
Is there any reason why you would add the FromViewController.view in general to the ContainerView?