开发者_开发技巧U have got an UITabBar
(not an controller) when I select an element, How can I change the UITabBar
such that nothing is selected any more?
myTabbar.selectedItem = nil; // will remove selection
开发者_开发技巧U have got an UITabBar
(not an controller) when I select an element, How can I change the UITabBar
such that nothing is selected any more?
myTabbar.selectedItem = nil; // will remove selection
精彩评论