将 iPhone 应用程序作为视图移植到 iPad

发布于 12-10 08:36 字数 137 浏览 1 评论 0原文

有一个简单的方法可以解决这个问题吗?我的 iPhone 应用程序位于 UITabBarController 中,到目前为止我所做的每一次尝试都只会导致应用程序崩溃或选项卡栏占据整个窗口。我只是希望能够以 320x480 的视图显示我的 iPhone 应用程序。

Is there an easy way to go about this? My iPhone app is in a UITabBarController and every attempt I've made at this so far just results in the app crashing or the tab bar taking up the whole window. I'd just like to be able to have my iPhone app in a 320x480 view.

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

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

发布评论

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

评论(2

挖个坑埋了你2024-12-17 08:36:05

iPad 有更大的屏幕,这意味着你必须重新设计你的应用程序以补偿新的更大屏幕,我不建议使用仅使用部分屏幕的应用程序,而且我不知道苹果的评论者是否真的喜欢那。当 iPhone 应用程序出现在应用程序商店时,用户可以将该应用程序下载到 iPad 上,iPad 会在一种模拟器中显示该应用程序。用户期望这种情况发生,但用户并不期望 iPad 上的应用程序只使用屏幕的一小部分。

The iPad has a larger screen, which means you have to redesign your app to compensate for the new larger screen, I would not recommend having an app that only uses part of the screen, and I dont know if the reviewers at apple would really like that. When an iPhone app is on the app store users can download the app onto an iPad and the iPad will show that app in a kind of simulator. Users expect that to happen, users dont expect apps for an iPad to only use a fraction of the screen.

注定孤独终老2024-12-17 08:36:05

Neil Inglis 编写了一个将 iPhone 应用程序移植到 iPad 的简单技巧。关键是,为视网膜显示屏设置的 iPhone 应用程序具有几乎与 iPad 一样的分辨率。只需一点点装饰,您就可以轻松完成看起来不错的移植。

看看他的博客文章 “制作超快速 iPad 端口的小技巧”

Neil Inglis has written up an easy trick for porting an iPhone app to iPad. The key thing is that an iPhone app, set up for retina display has an almost iPad resolution. With a little adornment you can do an easy port that looks good.

Have a look at his blog entry "A little trick for producing a super quick iPad port".

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