iOS: Best practices for a “one-way” navigation controller?

前端 未结 3 1281
耶瑟儿~
耶瑟儿~ 2020-12-21 19:02

I\'m developing an app which is essentially a sequence of many different tests (for simplicity, think about an SAT test or a Mensa test). Each test is implemented in a diffe

3条回答
  •  一生所求
    2020-12-21 19:36

    Then just load the next view controller and replace current view (in some top-level view or in app window) with the new one. Add animations if you want. What's the problem?

提交回复
热议问题