Pulsator:适用于iOS的Pulse动画 源码
脉动器 使用Swift编写的iOS脉冲动画。 非常适合: 蓝牙,BLE,信标(iBeacon)等的脉冲 地图注释 安装 可可豆 添加到您的Podfile中。 pod "Pulsator" 然后$ pod install 迦太基 添加到您的Cartfile。 github "shu223/Pulsator" 然后$ carthage update 如何使用 只需3行! 初始化并添加到视图的图层,然后调用start ! let pulsator = Pulsator () view. layer . addSublayer (pulsator) pulsator. start ()
文件列表
Pulsator-master.zip
(预估有个38文件)
Pulsator-master
Pulsator.xcodeproj
project.xcworkspace
xcshareddata
IDEWorkspaceChecks.plist
238B
project.pbxproj
23KB
xcshareddata
xcschemes
Pulsator.xcscheme
4KB
Pulsator-macOS.xcscheme
3KB
暂无评论