如果我在构建应用程序时需要支持ios4 muititask该怎么办?

发布于 2024-09-25 22:35:17 字数 203 浏览 5 评论 0原文

我正在开发一个应用程序,它从互联网获取位置列表,并在单击表格列表中的一项时触发地图应用程序。

我发现当我尝试从地图应用程序返回(双击或只需点击主页键)时,我的应用程序只是重新启动到第一个屏幕。

我知道 ios4 具有多任务功能,我的应用程序是使用 SDK3 构建的,并在我的新 ipod4 中进行测试。如果我想让用户看到他回来时离开的最后一个屏幕,我该怎么办?

I am developing an app, it gets a list of locations from internet, and will trigger map app when click one item of the table list.

I found when I try to go back from map app (double tap or just one tap of the home key), my app just restart to the first screen.

I know ios4 have multitask feature, my app is built with SDK3 and test in my new ipod4. What can I do if I want to user see the last screen that he left when he came back.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不醒的梦 2024-10-02 22:35:17

您应该将构建 SDK 设置为最新版本。您仍然可以通过设置应用程序部署目标来为使用旧操作系统的用户支持您的应用程序。请参阅此处了解一些提示、技巧和常见问题设置。

You should set your build SDK to the most current. You can still support your app for users with older OS's by setting the apps deployment target. See here for some tips, tricks and common setups.

怼怹恏 2024-10-02 22:35:17

您需要使用 iOS 4(而不是 3)进行构建,并且您将自动启用快速切换。

但快速切换仅适用于 iOS 4。

You would need to build with iOS 4 (NOT 3) and you will automatically have fast switching enabled.

But fast switching only works on iOS 4.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文