for (UIViewController *temp in self.navigationController.viewControllers) {
if ([temp isKindOfClass:[MovieVC class]]) {
[self.navigationController popToViewController:temp animated:YES];
}
}
for (UIViewController *temp in self.navigationController.viewControllers) {
if ([temp isKindOfClass:[MovieVC class]]) {
[self.navigationController popToViewController:temp animated:YES];
}
}