Monotouch - 在按钮触地时使用活动指示器视图
有谁知道如何在 TouchDown 事件的警报视图中显示活动指示器视图?
Does anyone know how to display an Activity Indicator View in a Alert View on a TouchDown event?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很酷,谢谢,我实际上想出了这个。这是一种不同的方法:
Cool Thanks, I actually came up with this. It's a different approach:
在这里您可以找到我为此问题创建的一个类:https://gist.github.com/994791
您可以像正常的 UIAlertView 一样使用它。
Here you can find a class that i created for this problem : https://gist.github.com/994791
You can use it like a normale UIAlertView.