letstoryboard =UIStoryboard(name:"Main", bundle:nil)
letnewVC = storyboard.instantiateViewController(withIdentifier:"UserInfoView")as!UserLoginViewController
newVC.leftBtnflag=false
self.navigationController?.pushViewController(newVC, animated:true)
letstoryboard =UIStoryboard(name:"Main", bundle:nil)
letnewVC = storyboard.instantiateViewController(withIdentifier:"UserInfoView")as!UserLoginViewController
newVC.leftBtnflag=false
self.navigationController?.pushViewController(newVC, animated:true)
本文标题:Swift开发 指定storyboard自定义导航器转场
本文链接:https://www.haomeiwen.com/subject/jdfnuxtx.html
网友评论