alien-house
5/19/2017 - 5:36 AM

to go to next navigationViewController programmatically without storyboard

to go to next navigationViewController programmatically without storyboard

let nextView = NextViewController()
let navi = UINavigationController(rootViewController: nextView)
present(navi, animated: true, completion: nil)