I am having trouble getting my iOS 8 . As with many other issues, modal unwinding segments do not seem to work correctly when compiled against the iOS 8 SDK .
Although there is a simple workaround for modally represented ViewControllers (aka [self.presentingViewController dismissViewControllerAnimated:YES] ), there is no workaround for Popover Exit Segue that does not involve adding a UIPopoverController link to the presented View controller.
Since I use unindSegue for all the View Controllers views presented above, I would really like to find a workaround (or fix) for this, because I really do not want to add the UIPopoverController link to all my ViewControllers presented just because of an error in the iOS 8 SDK .
Has anyone experienced something similar or knows an easy workaround?
Malte source share