iphone - TabbarController with Default View -
i developing iphone application in there 3 class class a, class b , class c. want show class default view 2 tab class b , class c using tabbarcontroller. can 1 suggest me how it.
sounds you're looking for:
[tabbarcontroller setselectedindex:1];
upon launching app, or other time can set controller shown, above method.
Comments
Post a Comment