使用 Unity 插件在 ipad 上全屏显示 uiimagepicker
我使用一个插件将 UIImagepickercontroller 显示为我的 iphone/ipod 应用程序中的子视图。在 iPad 中,我收到一条错误消息,提示我应该使用弹出窗口。我正在统一使用我自己的自定义插件。
弹出窗口可以工作......但尺寸太小,我希望有一致的体验并在 iPhone 中全屏显示选择器。
可以在 iPad 中全屏显示 UIImagepicker 吗?或者至少强制弹出窗口使用更大的尺寸?
I have using a plugin to show an UIImagepickercontroller as a subview in my iphone/ipod app. In iPad i get an error that says i should use a popover instead. I'm using my own custom plugin in unity.
The popover works...but the size is too small, i would like to have a consistant experience and show the picker at full screen in the iphone as well.
It's possible to show the UIImagepicker at full screen in the iPad ?, or at least to force a bigger size for the popover ?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不认为是这样,如果你设法破解它,我认为这不会增加你获得应用商店批准的机会。
您可以构建自己的自定义界面来访问照片。看看
ALAssetsLibrary
。I don't think it is, and if you manage to hack it, I don't think it increases your chances of getting app store approval.
You can build your own custom interface to access photos. Have a look at
ALAssetsLibrary
.