I\'m writing an iPhone app using Appcelerator Titanium Mobile. I am hiding and showing the tab group based on what window has focus.
dashWin.addEventListen
I got this error when I linked Action Segue
or Selection Segue
from one view to another view through storyboard and performed the same segue programmatically again, which makes the navigation controller perform the same segue twice.
2 solutions for this case:
Action Segue
or Selection Segue
with Manual Section
and do - (void)performSegueWithIdentifier:(NSString *)identifier sender:(id)sender
by yourself. You may find this solution useful when you want to customize the behavior of segue according to the sender.