繁体   English   中英

从 UIActionSheet 访问 UIPopoverController

[英]Accessing UIPopoverController from UIActionSheet

我有UIPopopverController提供的UIActionSheet 如何从UIActionSheet委托 -(void) UIPopoverController -(void)actionSheet:(UIActionSheet *)actionSheet clickedButtonAtIndex:(NSInteger)buttonIndex

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

您可以考虑在委托上添加一个popoverController属性,并在呈现弹出窗口之前对其进行设置。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM