Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit segue doesn't dismiss #2

Open
MickaelCruzDB opened this issue Dec 9, 2014 · 0 comments
Open

Exit segue doesn't dismiss #2

MickaelCruzDB opened this issue Dec 9, 2014 · 0 comments

Comments

@MickaelCruzDB
Copy link

I have this error message :
Symphonics Siemens[30998:498802] attempt to dismiss modal view controller whose view does not currently appear. self = <UINavigationController: 0x78e1b480> modalViewController = <Symphonics_Siemens.TechnicalView: 0x7aa7eaa0>

You create this IBAction to avoid this but I still have the problem :

@IBAction func unwindToMainViewController (sender: UIStoryboardSegue){
// bug? exit segue doesn't dismiss so we do it manually...
self.dismissViewControllerAnimated(true, completion: nil)
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant