YRKSpinningProgressIndicator icon indicating copy to clipboard operation
YRKSpinningProgressIndicator copied to clipboard

A resizable, recolorable clone of the spinning NSProgressIndicator.

Results 3 YRKSpinningProgressIndicator issues
Sort by recently updated
recently updated
newest added

Please consider using this approach https://github.com/JanX2/yrk-spinning-progress-indicator-layer/tree/idiomatic-core-animation instead of using displaylink https://github.com/kelan/YRKSpinningProgressIndicator/compare/displaylink This way, everything runs in the background using the GPU where possible. Using CoreAnimation directly is much more efficient....

I wanted to use this but then discovered that animation is done using a timer... it'd be really cool to use CVDisplayLink instead. Should be much more reliable for smooth...

Tried not drawing a background, but it's still showing the 4 corners as white. Any ideas on how to fix? thx!