海神


NavigationController自定义动画

2012-11-16
#iphone

代码: [UIView transitionWithView:self.navigationController.view duration:0.8 options:UIViewAnimationOptionTransitionCrossDissolve animations:^{ [self.navigationController pushViewController:elementController animated:NO]; [elementController release]; } completion:NULL];


blog comments powered by Disqus