从 UIActionSheet 访问 UIPopoverController

Posted

技术标签:

【中文标题】从 UIActionSheet 访问 UIPopoverController【英文标题】:Accessing UIPopoverController from UIActionSheet 【发布时间】:2012-04-04 09:42:23 【问题描述】:

我有来自UIPopopverControllerUIActionSheet。如何从UIActionSheet委托-(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex获取UIPopoverController

【问题讨论】:

【参考方案1】:

没有构建/内置方法可以做到这一点。

您可以考虑在代理上添加popoverController 属性并在呈现弹出框之前设置它。

【讨论】:

但是 popoverController 如何实际引用与操作表关联的弹出框?

以上是关于从 UIActionSheet 访问 UIPopoverController的主要内容,如果未能解决你的问题,请参考以下文章

从 UIActionSheet 将信息传递给委托

从 AppDelegate 外部调用放置在 AppDelegate 中的 UIActionSheet

UIActionSheet 应该从弹出窗口中调用,但从主屏幕底部显示

如何从 iOS 7 中的 UIActionsheet 中删除分隔线?

从 iPad 中的 UIActionSheet 为 uiimagepickercontrollersourcetypephotolibrary 显示 UIImagePickerViewControll

关闭从 UIWebView 打开的 UIActionSheet