0

I have a view that can either be shown via another view or via the More tableview list of more controllers.

In the first case, I added a More button on the Navigation bar to take them back to the More view list, but what is the code that I put on the More button to take the user back to the More list?

Thanks

Jazzmine
  • 1,837
  • 8
  • 36
  • 54

1 Answers1

0

If you want to customize your backBarButtonItem check this SO question.

Community
  • 1
  • 1
user523234
  • 14,323
  • 10
  • 62
  • 102
  • Thanks. I'm actually looking to see how to get back to the More list of TabBarController views. Is there a way to reference that list specifically so when the user clicks on the More button on the top of my view they are returned to the More list? – Jazzmine Sep 17 '11 at 16:06