通知中心与 UIActionSheet

发布于 2024-12-20 19:16:39 字数 134 浏览 1 评论 0原文

也许有人遇到过这样的麻烦:在 ios 5 上使用 UIActionSheet 时,我可以调用通知中心。问题是我无法触及 NC 中的任何事件。而且这一切看起来都不干净。那么,有没有办法通过程序禁用 NC 或者其他方法来解决这个问题?

谢谢!

Maybe somebody faced this kind of trouble: when using UIActionSheet on ios 5 i can call Notification Center. The problem is that i cant touch any event in NC. And it all looks not clean. So, is there some way to disable NC by program or maybe another ways to solve it?

Thanks!

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

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

发布评论

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

评论(1

挽清梦 2024-12-27 19:16:39

我找到了一个快速解决方案:

当通知中心显示时,appDelegate 收到 (applicationWillResignActive:),然后我发布一条通知以删除我的 UIActionSheet 从屏幕上。它不干净,但比以前好多了。

I found out a quick solution:

when the Notification Center shows up, appDelegate receives (applicationWillResignActive:) and there I post a notification to remove my UIActionSheet from the screen. It's not clean but better than it was.

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