Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I hope I understood the question correctly:
Create a screen to go to from a storyboard
1) let storyboad = UIStoryboard(name: storyboardName, bundle: nil)
let controller = storyboad.instantiateViewController(withIdentifier: storyboardName) as! MyViewController
Push/present it to the screen
2) navigationContoller.push(controller, animated:true)
or
currentVC.present(controller, animated:true)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question