通用 iOS 应用程序中的单独设置?
我正在开发一个通用的 iOS 应用程序,但一些用户设置在 iPad 上没有多大意义。
我可以指定单独的 Settings.bundle 或 Root.plist 在 iPad 上使用吗?
I'm working on an universal iOS app, but a few user settings don't make as much sense on the iPad.
Can I specify a separate Settings.bundle or Root.plist for use on the iPad?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 4.0 开始,您将能够为 ipad 重命名文件,使其名称中包含 ~ipad,为 iphone 文件重命名为 ~iphoone,目前您只能重命名 iphone 的文件,并让 3.2 在 ipad 上加载常规命名的文件。
from 4.0 on you will be able to just rename the file for ipad to contain ~ipad in name and ~iphoone for the iphone ones, for now you can only rename the iphone one and have 3.2 on ipad load the regular named ones.