You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
}
The text was updated successfully, but these errors were encountered:
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)
}
The text was updated successfully, but these errors were encountered: