ADTransitionController icon indicating copy to clipboard operation
ADTransitionController copied to clipboard

UINavigationController with custom transitions

Results 14 ADTransitionController issues
Sort by recently updated
recently updated
newest added

I have the following configuration - UIViewController placed in UINavigationController which is placed in UITabBarController. My view is added as subview to the view of UIViewController and has constraints to...

I just wanted to let you know that most transitions wont work with orientation change. The reason is quite simple. you set the animations rect during int. This is wrong....

``` ADTransitionController * transitionController = [[ADTransitionController alloc] initWithRootViewController:vc]; [self presentViewController:transitionController animated:YES completion:^{ }]; ``` ![ios simulator screen shot 14 nov 2013 15 08 25](https://f.cloud.github.com/assets/288569/1541879/a4340624-4d3e-11e3-829e-b46127430983.png) On iOS6 it lays out as...

Would be nice to have support for the toolbar ;) Great job!