I found a ViewController
SDK using objective C. I want to use it swift but fail to call.
Can you suggest me any idea for using it?
I want to create a storyboard and set the custom class in ViewControllerObjectiveC
, but still fail to open the viewcontroller
.
let vc = sb.instantiateViewController(withIdentifier: "ViewControllerObjectiveC") as! ViewControllerObjectiveC
self.dismiss(animated: false, completion: nil)
self.presentingViewController?.present(vc, animated: false, completion: nil)