0
我在編程iOS Swift。故事板在標籤欄控制器中有5個標籤欄。我想從第三個標籤欄導航控制器中的ViewController轉換到第一個標籤欄導航控制器中的TableViewController。在IBAction函數中遇到此代碼的問題。從UINavigation Controller到Segue的另一個UINavigation控制器
let destination: UITableViewController = RecallTableViewController()
navigationController?.pushViewController(destination, animated: true)
請幫忙!我感謝你的時間!
像這樣在UITabController上使用selectedIndex屬性, tabBarController.selectedIndex = 3。 – Sandeep 2014-10-19 11:26:42