iOS 的覆盖库?
有一个开源库可以为 iPhone/iPad 生成漂亮的叠加层,但我再也找不到它了...有人知道我指的是哪一个吗?
编辑:我正在寻找一个灰色的、半透明的覆盖视图,例如在屏幕中间。我想在滚动时显示信息。滚动结束后,覆盖层就会消失。
there's an open-source library generating nice overlays for iPhone/iPad, but I don't find it any more... Does anyone know which one I mean?
EDIT: I'm looking for a gray, semi-transparent overlay view e.g. in the middle of the screen. I'd like to show information there while scrolling happens. As soon as scrolling ends, the overlay would disappear.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
也许您正在谈论 MBProgressHUD?
https://github.com/jdg/MBProgressHUD
Maybe you are talking about MBProgressHUD?
https://github.com/jdg/MBProgressHUD
我使用 ATMHud。它看起来像这个。
I use ATMHud. It looks like this.