Modal Tab Bar ViewController
Posted
by Kevin Sylvestre
on Stack Overflow
See other posts from Stack Overflow
or by Kevin Sylvestre
Published on 2010-03-20T00:07:54Z
Indexed on
2010/03/20
0:11 UTC
Read the original article
Hit count: 431
I need to present a modal tab bar controller using interface builder. I'd like to be able to specify and design the tab bar controller in a InfoViewController.xib file, then present it from a variety of locations within the application using something like:
UIViewController *vc = [InfoViewController create];
[self presentModalViewController:vc animated:YES];
© Stack Overflow or respective owner