i had xib nib files from there i have to do the navigation to storybord viewcontroller but its not get navigate ..pls any one help to solve this issues thanks in advance
here is my code
let storyBoard : UIStoryboard = UIStoryboard(name: "Main", bundle:nil)
let ResetPageVCObj = storyBoard.instantiateViewController(withIdentifier: "ResetPasswordid") as! ResetPageVC
self.navigationController?.pushViewController(ResetPageVCObj,animated: true )
如何从xib导航到stoarybord viewcontroller