将 iPhone 应用程序作为视图移植到 iPad
有一个简单的方法可以解决这个问题吗?我的 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.
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.