sender
The object that performed the unwind action.
Declaration
var sender: Any? { get }Discussion
Use this property to determine which object in your interface triggered the unwind segue.
The object that performed the unwind action.
var sender: Any? { get }Use this property to determine which object in your interface triggered the unwind segue.