I have UINavigationController based application, that loads data from local database containing images from resourses.
App was running smoothly in up to ios 6, But after upgrading my device to ios 7.0.3, I found that after running the app for some time (say for 2-3 mins) it stops showing effect of navigation and the page navigates without any animation.
I also checked memory issues, but in vain.
CODE:
ABCController *viewController = [[ABCController alloc]initWithNibName:@"SelectRewardController" bundle:nil]; [self.navigationController pushViewController:viewController animated:YES];
As I have mentioned, it runs smoothly in up to iOS 6, but the navigation effect has stop and the next view controller comes without any animation effect in iOS7.