我找到了一个ViewController使用 Objective C 的 SDK。我想快速使用它但无法调用。
你能建议我使用它的任何想法吗?
我想创建一个故事板并在 中设置自定义类ViewControllerObjectiveC,但仍然无法打开viewcontroller.
let vc = sb.instantiateViewController(withIdentifier: "ViewControllerObjectiveC") as! ViewControllerObjectiveC
self.dismiss(animated: false, completion: nil)
self.presentingViewController?.present(vc, animated: false, completion: nil)