UIAlertView 中的可点击链接

发布于 2024-11-05 20:10:02 字数 136 浏览 0 评论 0原文

是否可以以某种方式向 UIAlertView 的警报消息添加可点击的链接? 特别是在推送通知的情况下?

我看到的唯一解决方案是将链接作为字典项添加到推送警报消息中。 如果消息带有链接并且应用程序打开,我可以检查字典中是否有链接并打开网络视图。

is it somehow possible to add a clickable link to the alert-message of an UIAlertView?
Especially in case of a Push-Notification?

The only solution i see, is to add the link as dictionary-item to the push alert message.
If the message arrive with the link and the app is opened hereupon, i can check wheter there is a link in the dictionary and open a webview.

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

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

发布评论

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

评论(1

昇り龍 2024-11-12 20:10:02

虽然 Apple 强烈反对向 UIAlertView 添加自定义项,但唯一的方法是扩展 UIAlertView 类本身,将链接添加为子视图,稍后再处理它适当的方式。

由于这不是正确的方法,因此您应该考虑更改用户与界面交互的方式。

While adding customizations to a UIAlertView is strongly discouraged by Apple, the only way you have is to extend the UIAlertView class itself, adding the link as a subview, handling it later in the appropriate way.

Since this is not the right approach, you should consider changing the way the user interacts with the interface.

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