Custom Segue Class for Unwind Segue
问题 A Standard / Forward Segue can be clicked on in the Storyboard builder and the style can be changed to Custom. At this point a Segue Class can be specified. However, this is not possible for an Unwind Segue. Unwind Segues only have Identifier and Action to specify. It reasons that their type is "Unwind Segue" but is there a way to create a custom Segue class for these Unwind Segues? 回答1: I found that in order to implement a custom unwind segue I had to subclass the UINavigationController and