AWPercentDrivenInteractiveTransition icon indicating copy to clipboard operation
AWPercentDrivenInteractiveTransition copied to clipboard

A drop-in replacement for UIPercentDrivenInteractiveTransition for use in custom container view controllers.

Results 3 AWPercentDrivenInteractiveTransition issues
Sort by recently updated
recently updated
newest added

flashing (flickering) occurs when canceling animation (returning to current view controller), something like showing next view controller for milliseconds - and then hide it How it can be prevented? thaks

It seems that `completionCurve` in ignored in the current implementation (it always seems to uses a linear curve when completing the transition animation). It'd be nice if we could use...

How can gesture for going to next view controller be initialized without waiting for [finishInteractiveTransition] end (to mimic the functionality of UIPageViewController changing child items)