ARTransitionAnimator
ARTransitionAnimator copied to clipboard
ARTransitionAnimator is a simple class which custom UIViewController transition animation.
when installing OR updating pod then getting this error message... The `ARTransitionAnimator` pod failed to validate due to 1 error: - ERROR | license: Sample license type. If i download...
UINavigationController *navigation = [[UINavigationController alloc] initWithRootViewController:viewController]; navigation.modalPresentationStyle = UIModalPresentationCustom; navigation.transitioningDelegate = self.transitionAnimator; [self presentViewController:navigation animated:YES completion:nil]; Warning: Attempt to present on which is already presenting 不能显示controller
Hi again; I'm experiencing very weird bug right now. When presenting my view controller with material style on fifth time app always get unresponsive. Without material style it works well....