How can i grab the current view's navigation title and store it in a variable for use in my code?
thanks
Simple:
NSString *navTitle = self.navigationItem.title;