I have a viewController that displays the result of a query using a tableview). By taping on a row a I push a the childView and I set a navigationBar that contains 2 buttons
You could easily push and pop view controllers with animation when tapping those buttons.
If you need help with that let me know.