I have using an navigation based application, navigation control present in the appdelegate viewcontroller. I have called an uiviewcontroller using presnetmodalviewcontroller. Is there any possible to call another uiviewcontroller using presentmodalviewcontroller with appdelegate's navigationcontrol.
+1
A:
Yes, you can chain multiple UIViewControllers modally. The View Controller Programming Guide has some example code on how to do it.
Ben S
2009-11-30 05:38:24