Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

popToViewControllerAnimated does not animate since ios5

as topic describes, calling popToRootViewControllerAnimated / popToViewControllerAnimated does not do any animation anymore.

the code I use, which works fine with 4.x, is simply

[self.navigationController popViewControllerAnimated:YES];

so nothing special here. I just noticed, that for all my apps, running on iOS5, pop-animations have been gone. push-animations however DO appear.

now i wonder what to search for, if there is the need to define the transition/style of that animation?

Any help welcome, thanks!

like image 630
thedanielhanke Avatar asked Feb 16 '26 13:02

thedanielhanke


1 Answers

Okay, calling "[super viewWillAppear]" in "viewWillDisappear" is sort of ... my bad!

like image 120
thedanielhanke Avatar answered Feb 21 '26 14:02

thedanielhanke



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!