将HUD添加到UIImageView
我异步拉取 UIImage 以将其显示在 UIImageView 中,当我等待图像时,我想在 UIImageView 内显示旋转器/HUD。在 HUD 内显示的良好旋转器/HUD 是什么?我见过一些可以执行此操作的应用程序,但不知道该使用什么。
I am pulling an UIImage asynchronously to show it in my UIImageView, while I am waiting for the image, I want to show a spinner/HUD inside the UIImageView. What is a good spinner/HUD to be shown inside a HUD? I've seen a few apps that does this, not sure what to use.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你的意思是类似 UIActivityIndicatorView ?
看看这个问题,其中涵盖了各种替代方案。
You mean something like UIActivityIndicatorView?
Take a look at this question which covers various alternatives.