CollectionView或TableView中的Didselect函数;
let trial = TrialViewController ()
self.navigationController?.pushViewController (trial, animated: true)
Run Code Online (Sandbox Code Playgroud)
我想转到另一个页面,但它没有响应。当我打字时,同样的事情也在发生。
self.present (den, animated: true, completion: nil)
Run Code Online (Sandbox Code Playgroud)
当我打字时正在工作。
为什么pushViewController不工作?
谢谢
swift ×1