Note that you cannot have a segue from a button altogether with an IBAction. Segue would be executed directly and IBAction not called (that different from having performSegue in IBAction, because in this case, segue is not from button but from VC generally).
Topic:
Programming Languages
SubTopic:
Swift
Tags: