tags:

views:

8

answers:

0

I have a view controller that will be presented via presentModalViewController. Within the view managed by this controller is a table view, I want the view to be managed by navigation controller so if you tap a row cell of the table view, it will push the next view controller onto the stack. Problem is currently there is no way to present a button at the top of the root view controller, which means when this original controller is shown via presentModalViewController, there is no way for me to dimiss itself. Any idea?