From XIB to Storyboard
I got an app with a storyboard and one window in .xib. From the storyboard to the .xib i move in that way: ShowDreamNIBController *detailViewController = [[ShowDreamNIBController alloc] initWithNibName:nil bundle:nil]; [self presentModalViewController:detailViewController animated:nil]; How can i move back from the .xib to the storyboard? And one more question. Can i send some information when move to the .xib from storyboard? Like i do it throught segues in prepareForSegue method UPD I got answer about closing .xib. Need answer about sending information. you can get back to your storyboard by