I am trying to make a mechanism to drill down a file / folder list. The idea is to show the same file list view controller every time the user selects a folder, and show a f
Using Xcode 5 there is a much simpler solution.
That's it.
The correct answer is to use a Storyboard Reference that is referencing the UIViewController you want to segue to itself and then point the segue at it.
I developed a method to create a segue using a phantom button. I believe it will solve your problem. You can read about it in my answer here.