All I need is to view a UIView controller in same storyboard file manually with code. I use storyboard to make all forms and connections. My application starts
hello try to use this code
Storyboard put ID = "xxx * Name Desire" mark use StoryboarID
UIStoryboard * storyboard = self.storyboard;
DetailViewController * detail = [storyboard instantiateViewControllerWithIdentifier: @ "xxx * Name Desire"];
[self.navigationController pushViewController: detail animated: YES];