在我的swift應用程序中,我試圖讓按鈕水龍頭切換視圖控制器。這是我使用的代碼:PresentViewController疑難解答
presentViewController(pythTheoremViewController.self, animated: true, completion: nil)
這將返回錯誤「無法與類型pythTheoremViewController.Type的「)的參數列表,動畫調用‘presentViewController’:BOOL,完成:無)
什麼這是否意味着,如何解決這個問題?