CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

LTWaveEmitterView 0.1.0

LTWaveEmitterView 0.1.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release May 2016
SPMSupports SPM

Maintained by ltebean.



  • By
  • ltebean

Demo

LTWaveEmitterView

Installation

pod 'LTWaveEmitterView'

Or just copy LTWaveEmitterView.swift into your project.

Usage

Just place the view in storyboard, to adjust the animation, config theses properties

emitterView.amplitude = 12
emitterView.amplitudeRange = 3

emitterView.duration = 4
emitterView.durationRange = 1

emitterView.maximumCount = 100

Then emit whatever image by:

emitterView.emitImage(image)

You can clone the project and investigate the example for details.