A home button in iOS 5, xcode 4.2, Story board

后端 未结 2 1166
太阳男子
太阳男子 2021-01-27 13:19

iOS 5.0, xCode 4.2

I am doing a multistep questionnaire.

There are about 10 questions on each branch, and there are sub branches. But the logic is fairly linear.

相关标签:
2条回答
  • 2021-01-27 14:03

    popToRootViewControllerAnimated: on UINavigationController will clear out the stack and return you to the root controller.

    0 讨论(0)
  • 2021-01-27 14:03

    You can set the viewControllers property of UINavigationController. This can even be done animated.

    0 讨论(0)
提交回复
热议问题