Not sure it is possible but I want to
[self performSegueWithIdentifier:@"ToAController" sender:SomeOtherViewController];
I may not be doing this even close to right but I would like to do this so my navigation flow works correctly (as in doesnt go back to "ToAController" but instead would go back to "SomeOtherViewController)
EDIT
For clarification of my navigation flow
the letters and numbers are views
1->2
1->A->2
1<-2
B<-2
1<-A
I dont want anything to go back (have a back button to 'A'