0
我有一個web視圖,我想在特定事件期間手動切換到另一個選項卡。事件是仲裁,但我無法弄清楚切換標籤。在我的其他觀點,我有以下代碼:iPhone - 從UIWebView開關選項卡
self.tabBarController.selectedViewController = [self.tabBarController.viewControllers objectAtIndex:2];
但是,這不適用於我的自定義UIWebView類。有沒有簡單的解決方案?
感謝