In Visual Studio I can navigate backwards by pressing "ctrl minus". This is very useful when checking out the definition of a function and then immediately going back to the code I was working on.
How can I do this in Xcode? (I'm using version 3.1.2)
Cheers!