Instantiating a View Controller programmatically with Storyboard from AppDelegate

前端 未结 4 906
天命终不由人
天命终不由人 2020-12-30 07:58

I\'m busy building an app - that when launched for the first time it asks the user to do two things:

  1. Select a Country
  2. Accept T&Cs
<
4条回答
  •  被撕碎了的回忆
    2020-12-30 08:57

    I think the controller identifier "CountrySettings" is set to the wrong controller. You're not getting a NavigationController where you can call pushViewController...

提交回复
热议问题