Beginning appearance transition just before view controller's view is added to view hierarchy

This commit is contained in:
Wojciech Nagrodzki 2013-09-21 14:17:58 +02:00
parent 728a5267fd
commit 7577792dd8
Signed by: wnagrodzki
GPG key ID: E9D0EB0302264569

View file

@ -134,9 +134,9 @@
[fromViewController beginAppearanceTransition:NO animated:YES]; [fromViewController beginAppearanceTransition:NO animated:YES];
[self addChildViewController:toViewController]; [self addChildViewController:toViewController];
[toViewController beginAppearanceTransition:YES animated:YES];
toViewController.view.frame = self.containerView.bounds; toViewController.view.frame = self.containerView.bounds;
toViewController.view.alpha = 0; toViewController.view.alpha = 0;
[toViewController beginAppearanceTransition:YES animated:YES];
[self.containerView addSubview:toViewController.view]; [self.containerView addSubview:toViewController.view];
[UIView animateWithDuration:0.3 [UIView animateWithDuration:0.3