Sander van den Brink

Results 2 comments of Sander van den Brink

Not sure if you or anybody would be interested but I implemented the animationControllerForDismissedController by changing to the following in AnimatedTransitioning ``` objective-c - (void)animateTransition:(id )transitionContext { if (self.isPresenting) [self...

I was also having trouble with this. The problem arises when doing a manual clean with Xcode while having done a build in the past. Xcode will only clean the...