开发者

how can move from one tabviewcontroller to another tabviewcontroller?

开发者 https://www.devze.com 2023-03-13 08:22 出处:网络
开发者_Python百科I\'ve a problem that when Igo to any viewcontroller of second tabbar button then I need to come first tabviewcontroller. but i can\'t in my one view of first tabbar comes to second ta

开发者_Python百科I've a problem that when I go to any viewcontroller of second tabbar button then I need to come first tabviewcontroller. but i can't in my one view of first tabbar comes to second tabbar button.pls someone help me.


Use

self.tabBarController.selectedIndex = 0; 
// or 1 or 2 for other tabs
0

精彩评论

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