Hii...i am new to iPhone programming..can anybody help me out please...!! I have multiple viewControllers..in First ViewController called HomeViewController i called the method [self presentModalViewController:aboutViewController animated:YES]; in a IBAction for aboutButton to move to AboutViewController and in the AboutViewController i called the method [self presentModalViewController:ContactUsViewController animated:YES]; to move to that view controller and one more method [self dismissModalViewControllerAnimated:YES]; to go back to HomeViewController.
in the 3rd, ContactUSViewController i called the method [self dismissModalViewControllerAnimated:YES];to go back to the AboutViewController..and i want to go directly to HomeViewController from here(ContactUsViewController).i used [self presentModalViewController:homeViewController animated:YES]; but its not working...
How to do that...?
Thank u..