YRKSpinningProgressIndicator icon indicating copy to clipboard operation
YRKSpinningProgressIndicator copied to clipboard

Idiomatic CoreAnimation approach

Open JanX2 opened this issue 10 years ago • 0 comments

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. It’s also easier to maintain.

JanX2 avatar Dec 23 '14 15:12 JanX2