将xib文件中的导航推送到swift3中的storyboard viewcontroller

时间:2017-01-25 09:20:10

标签: swift

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

0 个答案:

没有答案