我想用:使用tabbarViewController.selectedViewContreller沒有推next查看
self.tabBarController?.selectedViewController?.navigationController?.pushViewController(vc, animated: false)
但這並沒有在斯威夫特工作。但是,如果我使用:
[self.tabBarController.selectedViewController pushViewController:nextVC animated:NO]
in Objective-C。爲什麼?
爲什麼不是你的銀行代碼與您的Objective-C代碼? – rmaddy