Drag Segue To Self in Storyboard
问题 I want to drag a segue from my viewcontroller, to itself. So I can push "infinite" instances of that particular view controller. I know how to do this in code (I.e instansiate the view controller programmatically). However, I want to use segues as far as possible. I've found a few "hacks" for making segue to self in storyboard, but I don't like hacks, so my question is; Is there a clean way to make a segue back to self in the Storyboard? I dont want to drag it from a button or such, I just