开发者

load second view from the first view

开发者 https://www.devze.com 2023-01-09 06:29 出处:网络
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.

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

精彩评论

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