How to find out if a UIViewController is the root view controller?
Hi there basically I want to know if the view controller I'm in is the root view controller or not. If its not I want to put a button in the nav bar that says "back" (as if it were a proper back button - this bit I know how to do). Before you ask, I have removed all the titles from my view controllers - I didn't want them to show up o...