Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直想创建一个 HUD 样式的加载栏,就像 iPhone 上的 SMS 应用程序一样,但我不知道该怎么做。我想知道是否有人以前这样做过,或者是否有教程?我只是觉得它看起来很好,并想使用它而不是内置的加载进度条。
使用核心动画层(CALayer类)实现应该非常简单。
该条将是一个带有圆角的图层,并且可以通过自定义绘图方法绘制填充。