search

Home  >  Q&A  >  body text

Objective-c - ios Use NavigationController for navigation or hide View? What's the difference between the two?

Mainly implements the view switching function. What is the difference between display and hiding of NavigationController and UIView? Which method is recommended? Please explain in detail. . .

曾经蜡笔没有小新曾经蜡笔没有小新2853 days ago674

reply all(1)I'll reply

  • 淡淡烟草味

    淡淡烟草味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.

    reply
    0
  • Cancelreply