ZWMusicDownLoadView icon indicating copy to clipboard operation
ZWMusicDownLoadView copied to clipboard

精仿唱吧App音乐下载进度按钮,完美快速集成使用(A beautiful musical download progress button which can show the progress and click to play Music after finishing)

ZWMusicDownLoadView

精仿唱吧App音乐下载进度按钮,完美快速集成使用.(A beautiful musical download progress button which can show the progress and click to play Music after finishing)

1.support Cocoapods

pod 'ZWMusicDownLoadView'

2.手动导入(Manual integration)

将项目中的“ZWMusicDownLoadView”文件夹拖入项目中(draging the folder named “ZWMusicDownLoadView” into your project)

展示效果:

image

技术运用:

1.音符是用CoreGraphics绘制.

2.动画是用关键帧和仿射变换.

3.运动路径是随机给点,运用二次贝塞尔曲线生成.

推荐一个比较好的动态演示贝塞尔曲线的网站:

http://myst729.github.io/bezier-curve

具体内容可参见Dome,目前可以快速集成于你的项目中.

若能给大家带来帮助,记得star🙂~