Thanks for this great tutorial.
I want implement the reverse animation, the circle shrink from size of viewcontroller to button.
Can someone give me some guidance.
Iโm trying to implement this to replace a normal segue, it has a similar affect to this except itโs rectangular instead of circular (which I have working).
What Iโm having trouble with is that when I try to navigate back from this segue I canโt and I get these errors:
fixing a curupted navigation stack swift
and Finishing up a navigation transition in an unexpected state. Navigation Bar subview tree might get corrupted. swift
Is it possible to use this example but only in one direction? So have the fancy transition but when you navigate back itโs just a normal segue?
Hi @linuxrp,
To make circle shrink from size of viewcontroller to button, you need to let CircleTransitionAnimator know is pushing or poping, and you will create animation correspondingly.
I am using Xcode9. I download the swift3 version. The interactive transition seems to do not work. The pan gesture can be detected, but the gesture can not control the transition.
This tutorial is more than six months old so questions regarding it are no longer supported for the moment. We will update it as soon as possible. Thank you! :]