Animations and race conditions
When you use the navigation controller to present a view with an animation, Swift doesn't mark that view as being presented until the animation is completed.
So this can introduce some race conditions.
Let's say you present a loading view with an ani...
coderlyn.hashnode.dev1 min read