Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 702 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 702 Bytes

Gradient-circle-LoadingView

实现原理:

渐变图层 使用 CAGradientLayer实现

创建两个 CAGradientLayer 对象

根据圆的路径在图层上截取一个圆

使用 CABasicAnimation 让layer 动起来

具体实现可以去我的博客或者简书查看