开发者

load second view from the first view

I am currently develop iphone app. the type of the app is Tab Bar. so i heave 4 tabs that in each tab i have different view. (each view have controller for itself)

now in the first view i am loading data from the net and when it finished i want automaticly to jump to the second tab co开发者_开发百科ntroller(to show the result).

but u cant find the way to load the second view from the first view?????????

thanks.


self.tabBarController.selectedIndex = 1;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜