开发者

How do I find when a UITabBar switches UITabItem's in iOS

开发者 https://www.devze.com 2023-03-31 16:54 出处:网络
I 开发者_JS百科need this so when I switch tab items it moves an array item in to another array.Assuming you\'re using a UITabBarController you\'ll want the UITabBarController delegate method tabBarCon

I 开发者_JS百科need this so when I switch tab items it moves an array item in to another array.


Assuming you're using a UITabBarController you'll want the UITabBarController delegate method tabBarController:didSelectViewController:.

0

精彩评论

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