想要实现,页面跳转,基于导航栏的去跳转。
搜:
swift navigation view
参考:
Start Developing iOS Apps (Swift): Implement Navigation
搜:
swift view navigate
swift页面跳转
参考:
SWIFT基础请教ViewController页面跳转相关 | Swift – CocoaChina CocoaChina_让移动开发更简单
搜:
swift navigation view controller example
presentviewcontroller vs pushviewcontroller
参考:
pushViewController和presentViewController的区别 – WYK的IOS学习历程 – 博客频道 – CSDN.NET
【后记】
后来,知道了:
一般的情况下的viewcontroller的跳转,直接去用:
self.showViewController
即可。
指定用Navigation的跳转,可以用:
someNaviVc.pushViewController
转载请注明:在路上 » 【已解决】swift实现导航栏的页面跳转