views:

30

answers:

0

Is there any way to programatically show the root view controller in portrait mode responding to a user action?

in my app the root view controller can be updated responding to some user interaction with the detail controller and i'd like to pop it over when that happens.

Thanks!