LoaderUI
LoaderUI copied to clipboard
Style 32 on swift ui
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'd like to work on this issue.
I'd love to use #32 too
Okay, so I tried to implement this animation. It's more complicated than just BallClipRotate without the pulse =/ The problem is that it features simultaneous animations with different timing curves (rotation and the changes in the line length) and I couldn't figure out how to make it work in pure SwiftUI :(
So I tried to adapt the original animation with UIViewRepresentable and here is the repo with the result Oktosha/CircleStrokeSpin. This isn't a perfect solution because foregroundColor modifier is not supported but it kinda works and it's the best I could do ¯_(ツ)_/¯