LoaderUI icon indicating copy to clipboard operation
LoaderUI copied to clipboard

NVActivityIndicatorView implemented in SwiftUI

Results 10 LoaderUI issues
Sort by recently updated
recently updated
newest added

Added duration to each item

Hi! How can I slow down the animations? Thx in advanced!

I was wondering if it was possible to add the style 32 from NVActivityIndicator to swift ui its similar to the BallClipRotate but without the pulse

I am trying to leverage the LoaderUI in my iOS application in Swift UI and I have a simple codebase where I am doing ``` VStack{ BallPulse() } ``` but...

Hello , I wonder if it would be a pod version? thanks ! regards

Would love to see the audio equalizer animation. I gave it a stab but couldn't figure it out.

Fix for issue #4. It can be easily replicated if a loader animation is placed in a pushed navigation view.

It would be a shame killing off this project. There are a couple of PRs waiting and there needs to be a way to slow down the animations, please.

I'm not sure if this is a new bug: I don't seem to be able to centre them horizontally. ``` HStack { Spacer() BallPulse() Spacer() } ``` It remains always...