I have a vertical navigation that I want to use similar to a TabBarController.
In lue of my question, is it possible to set up storyboard relationships with IB? If not, is there any other IB way of going about this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
From the research I’ve done, this is not currently possible.
What I ended up doing was only one
UIViewControlerwith my navigation buttons on the left and a singleUIViewon the right. Depending on the navigation button touched, I “inflate” aUIViewXIBusing[[[NSBundle mainBundle] loadNibNamed:@"someNib" owner:self options:nil] objectAtIndex:0].