Im making a framework and I want to go back to a view controller that the publisher sets. Im using this code:
BV_APIViewControllerler *newView = [[BV_APIViewController alloc] initWithNibName:nil bundle:nil];
newView.modalTransitionStyle = UIModalTransitionStyleCoverVertical;
[self presentModalViewController:newView animated:YES];
[newView release];
But I want to switch to a view controller they save to NSUserDefaults