When with custom segues in Xcode 7.3 the -perform method doesn't show up when trying to type
override func perform() {}
the -perform method doesn't appear. Even if I just type it the sourceViewController and destinationViewController are not available.
I am using a cocoa touch file and the subclass is UIStoryboardSegue.
