sashcomua

Results 2 comments of sashcomua

hi! Please explain more clearly, same problem :( I can't have access to my original ViewController

replace == "let mainVC = UIViewController()" to == let mainVC = UIStoryboard(name: "Main", bundle: Bundle.main).instantiateViewController(withIdentifier: "ViewController") as! UIViewController it's working