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

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -