主要实现视图切换功能,NavigationController和UIView显示隐藏有什么区别? 建议使用哪种方式?麻烦详细解答下。。。
淡淡烟草味2017-05-02 09:27:33
If you support iOS7 at least, using Navigation will definitely be more convenient and easier to control. The transition protocol supported on iOS7 is also very convenient to use.
If you use UIView to do it, you can do it, but if it is too complicated, it will be more laborious.