tags:

views:

147

answers:

1

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