I have a root view controller which (right now) pushes to one other view controller when a cell is selected. That's fine for my first 4 cells in the root view controller. But, for cell 5 I want it to push to a second view controller to display the "credits" for my app. How should I do this?