Get back to the first screen of my iPhone app after transitioning through five screens

后端 未结 3 1891
一生所求
一生所求 2020-12-22 03:58

I\'m using multiple screens in my app. I wrote code for the moving from the first screen to the second screen, the second screen to the third screen, and so on up to the fif

3条回答
  •  北海茫月
    2020-12-22 04:43

    if you use a UINavigationController

     [self.navigationController popToRootViewControllerAnimated:YES
    

提交回复
热议问题