0

I am trying to create something similar to the OS X finder.

How can I go backwards and forwards like in OS X finder? I'm not sure which methods to call to do this.

Sheehan Alam
  • 60,111
  • 124
  • 355
  • 556

1 Answers1

1

Normally the user clicks to navigate. To do it programmatically, you probably want -setSelectionIndexPath:

jtbandes
  • 115,675
  • 35
  • 233
  • 266