嗨...我是 iPhone 编程的新手...有人可以帮帮我吗...!!我有多个 viewControllers..在第一个 ViewController 中调用 HomeViewController 我调用了方法 [self presentModalViewController:aboutViewController animated:YES]; 在 aboutButton 的 IBAction 中移动到 AboutViewController 并在 AboutViewController 中我调用了方法 [self presentModalViewController:ContactUsViewController animated:YES]; 移动到该视图控制器和另一种方法 [self dismissModalViewControllerAnimated:YES]; 回到 HomeViewController。
在第三,ContactUSViewController我调用了方法[selfdismissModalViewControllerAnimated:YES];回到AboutViewController..我想从这里直接进入HomeViewController(ContactUsViewController)。我使用了[self presentModalViewController:homeViewControlleranimated:YES];但它不工作......
怎么做...?
感谢你..