如果没有 nib 文件,通用应用程序会被拒绝吗?
我正在创建一个通用应用程序(在 iPad 和 iPhone 上运行)。我想知道如果我没有为 iPhone 创建 nib 文件,那么我的申请是否可能被拒绝?
I am creating an universal application (run on iPad and iPhone). I want to know if I am not create nib file for iPhone then is this possible that my application is rejected?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您有一个同时用于 iPhone 和 iPad 的 .xib,那么这本身并没有什么问题。我不认为你会因为这个而被拒绝。
但是,如果您的单个 .xib 包含主窗口并且不会自动调整大小到全屏(即仅在 320x480 帧中接收触摸事件),那么您的应用程序可能会被拒绝,因为您的应用程序在运行时会出现故障iPad 的 1024x768 屏幕。
If you have a .xib that you're using for both iPhone and iPad, there's nothing inherently wrong with that. I don't think you'll get rejected just for that.
But if your single .xib contains the main window and doesn't automatically resize to full screen -- i.e. only receives touch events in a 320x480 frame -- that could get your app rejected, since your app would have a malfunction when run on the iPad's 1024x768 screen.
ipad 和 iphone 的屏幕差异是巨大的。你不能在 ipod 上安装 iphone 应用程序。基本上区别在于 ipad 和 iphone 的界面生成器。你不需要额外的 nib 文件来制作应用程序,有你需要的默认窗口 nib 文件
the screen difference is huge bw ipad and iphone .you cant have a iphone app on ipod .basically the difference is in interface builder for ipad and iphone .and u dont need additional nib file to make application there is default window nib file which u need