Application tried to present modally an active controller - crashing, why?
问题 Interesting that I don't present modally, but using segue: This how I trigger segue: _centerAndRightContainerViewController!.performSegueWithIdentifier("xxx", sender: self) Segue is set up in Interface Builder: And here is the container class implementation, but I don't think any wrong is with it, in iOS7 in old Xcode 5 I used several of segues: var _centerAndRightContainerViewController: CenterAndRightContainerViewController? = nil var _selectedCenterAndRightContainerViewController: