1
- (void)tabBar:(UITabBar *)tabBar didSelectItem:(UITabBarItem *)item
{
}
基本上這是要求。如果一個項目放在我應該我如何知道哪個UIViewController被挑選在一個UITabBarController didSelectItem
做到這一點:
self.navigationItem.leftBarButtonItem=self.Reload;
我需要知道用戶正在選擇合適的項目(#2)。該數字可能會改變,但它應該對應於它的對象的類型BGCRListOrMapController的
什麼#2是指? – tiguero
是否知道屬性@property(nonatomic,assign)UIViewController * selectedViewController? – tiguero
請讓你的問題更清楚? –