Multiple unwind in the same button - Swift
问题 I would like to know if it is possible to assign two different unwind method at the same button. For example: I have this views navigations: Home->A->B Home->C->B A and C views navigates to B, but then I want to return to previous views using the same B view and controller. It is possible? I have been thinking about write assign unwind method to the button programmatically depending what view comes. Thanks in advance I'm sorry about my english, is not good. 回答1: Although, question isn't very