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.
我正在通过UIStoryboard模式制作一个iOS应用程序,我想知道是否有办法添加一些东西,所以当用户离开应用程序时,它会在用户下次启动应用程序时从离开的地方继续。顺便说一句,我正在制作一个UIStoryboard像我之前提到的只有简单页面的简单应用程序。
UIStoryboard
谢谢!
查看 Apple 简要介绍此主题的文档中的此部分。
保留应用程序用户界面的状态
我认为这是你如何做到这一点的一般想法,Three20 框架通过使用 URL 来做到这一点,你也可以尝试采用这种设计。这并不是说你应该使用 Three20,但你可以从他们如何解决这个问题中获得一些想法。
Three20 框架中的持久性