Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作井字游戏,我希望用户能够在游戏中间进入菜单,但能够在没有应用程序的情况下使用 -(void)viewdidload 来返回,这将重置游戏。我该怎么做?
当用户进入菜单时,您需要做的基本上是保持您之前的游戏状态。
然后在你的 -(void)viewdidload 上通过实现你自己的逻辑返回到最后一个状态。