【背景】
折腾:
【已解决】swift添加tab页面出错:Cannot convert value of type UITabBarController to expected argument type UIView
期间,在:
中看到:
UITabBarController
UINavigationController
想要搞懂两者区别。
【解决过程】
1.搜:
UITabBarController vs UINavigationController
UINavigationController
参考:
UINavigationController Class Reference
【总结】
后来发现好像UITabBarController和UINavigationController之间没什么特别的联系和区别,就是只是其本意:
- UITabBarController:用于创建tab类的视图
- UINavigationController:用于创建,顶部带导航的那种,导航视图
转载请注明:在路上 » 【已解决】iOS中UITabBarController和UINavigationController的区别