iPhone - Change target or selector for Back Button on UINavigationController
问题 The default behaviour when pushing a UIViewController on a UINavigationController is for the OS to display a back button that pops the UIViewController off again. I have the desire to set a different behavior for this back button (to go back two screens) - is there anyway I can do this without having to create my own back button with custom graphic etc. Thanks :) 回答1: As I half suspected originally, this isn't possible any exceptionally easy way. So same method applies when creating any