swift 5 performsegue how to detect sender id code example
Example: perform segue swift
// replace "example" with your segue identifier
self.performSegue(withIdentifier: “example”, sender: self)
// replace "example" with your segue identifier
self.performSegue(withIdentifier: “example”, sender: self)