NVActivityIndicatorView icon indicating copy to clipboard operation
NVActivityIndicatorView copied to clipboard

Why NVActivityIndicatorAnimationBlank dose not exist?

Open Sfh03031 opened this issue 1 year ago • 1 comments

`#if canImport(UIKit) import UIKit

class NVActivityIndicatorAnimationBlank: NVActivityIndicatorAnimationDelegate {

func setUpAnimation(in _: CALayer, size _: CGSize, color _: UIColor) {
    // Do nothing
}

} #endif`

Sfh03031 avatar Apr 28 '24 09:04 Sfh03031

Could you explain why we need it?

ninjaprox avatar May 04 '24 10:05 ninjaprox