I am using navigation based application. I push First ViewController to Second ViewController and from Second ViewController to Third ViewController. Now I want to pop from
[self.navigationController popToViewController:[self.navigationController.viewControllers objectAtIndex:1] animated:YES];