如何将suview添加到ipad中的UIImagePickerViewController中

发布于 2024-09-13 14:37:14 字数 189 浏览 3 评论 0原文

我需要在 iPad 的 UIImagePickerViewController 中添加两个按钮。我不知道如何增加 UIPopOverViewController 的大小,如果可能的话,我会将它们添加为子视图。请在这方面提供帮助,是否有更好的想法向 UIImagePickerViewController 添加子视图?

提前致谢, 塞卡尔·贝塔拉姆。

I need to add two button in the UIImagePickerViewController for the iPad. I don't know how to increase the size of the UIPopOverViewController if it is possible I will add them as a subview. Please help on this regard, is there any better ideas to add a subview to the UIImagePickerViewController?.

Thanks in Advance,
Sekhar Bethalam.

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

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

发布评论

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

评论(1

对你再特殊 2024-09-20 14:37:14

严格来说,这是按原样使用的收缩包装物体之一,您不应该尝试改变外观和感觉。任何获取选择器内部方法的黑客行为都会使您的应用程序无法提交。

但是,您是否尝试过将视图对象从选择器视图控制器中取出并将其放置在您自己的视图层次结构中?

您可以使用 UIPopoverControllerpopoverContentSize 方法更改弹出内容的大小

Strictly speaking this is one of those shrink wrapped objects that are provided to be used as is and you shouldn't be trying to change the look and feel. Any hackiness to with getting hold of the pickers internal methods would render your app unsubmitable.

However have you tried taking the view object out of the picker view controller and placing it in your own view hierachy?

You can change the pop-over content size with the popoverContentSize method of UIPopoverController

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