LPCRippleAnimationView 1.0.0×由Alaeddine Ouertani 维护。安装指南×LPCRippleAnimationView 的安装指南您想在 Podfile 中添加类似于以下的内容: pod 'LPCRippleAnimationView', '~> 1.0'target 'MyApp' do pod 'LPCRippleAnimationView', '~> 1.0' end然后在您的终端内运行 pod install,或从 CocoaPods.app 中运行。或者为了测试运行,运行以下命令pod try LPCRippleAnimationView查看 PodspecGitHub 仓库CocoaPods.org 上的页面LPCRippleAnimationView 1.0.0由Alaeddine OuertaniLPC-Team/lpc-ripple-animation-view-iosGitHub 仓库LPC Ripple Animation View iOS 此仓库对应于所有 iOS 共享项目的 ripple 动画(例如:表单错误示例)显示库。 集成 前瞻动画(揭示) let ripple = LPCRipple(viewController: self, startFrame: submitButton.frame) ripple.play() 后瞻动画(非揭示) ripple.remove() 库预览截图。
LPC Ripple Animation View iOS 此仓库对应于所有 iOS 共享项目的 ripple 动画(例如:表单错误示例)显示库。 集成 前瞻动画(揭示) let ripple = LPCRipple(viewController: self, startFrame: submitButton.frame) ripple.play() 后瞻动画(非揭示) ripple.remove() 库预览截图。