I would like to detect the segues that are associated to a particular View Controller
on any of its elements but I cannot find any information about how to control it.
I know that I can make reference to a segue with an identifier but I would like to know all the ID
's of each segue that are associated to the elements of a particular View Controller
.
Is that possible?
Thanks in advance!