PulsingHalo:iOS组件用于创建脉冲动画 源码
脉冲光晕 PulsingHalo已停产,不再维护。 请查看 ,这是用Swift编写的新版本。 用于创建脉冲动画的iOS组件。 它允许您创建光晕。 非常适合: 信标脉冲(iBeacon) 地图注释 安装 可可豆 添加到您的Podfile中。 pod "PulsingHalo" 然后$ pod install 迦太基 添加到您的Cartfile。 github "shu223/PulsingHalo" 然后$ carthage update 手动的 将PulsingHaloLayer.h,m添加到您的项目中。 如何使用 只需启动并添加到您的视图层即可。 Swift let halo = PulsingHaloLayer () halo. position = view. center view. layer . addSublayer (halo) halo. start () 物
用户评论