Pulsator icon indicating copy to clipboard operation
Pulsator copied to clipboard

Pulse animation for iOS

Results 16 Pulsator issues
Sort by recently updated
recently updated
newest added

Hi guys, I ran into a problem with Cocoapods, my XCode is 9.1, I only add this lib, pod 'Pulsator', so I open the .xcworkspace generated, but, the Pod scheme...

Hello, I have faced to an issue. After initializing the Pulsator it doesn't stops animation. Here some example: `private func setupPulsator() { pulsator.radius = imageButton.bounds.width - 30 pulsator.numPulse = 3...

Hello everybody, I have a problem tried to install "Pulsator" with carthage you can see the error ... below `Task failed with exit code 65: /usr/bin/xcrun xcodebuild -project /Users/planetmedia/Desktop/notforall/Carthage/Checkouts/Pulsator/Pulsator.xcodeproj -scheme...

I believe that: `open var pulseInterval: TimeInterval = 0` ought to be: ` open var pulseInterval: TimeInterval = 0 { didSet { updateInstanceDelay() } } ` When starting and then...

Hello, I am trying to plot thousands of Pulsators on Google Map and the whole view is very slow. Wondering what would be a good practice and if it is...