LoadingShimmer icon indicating copy to clipboard operation
LoadingShimmer copied to clipboard

Does not work with UIView on iOS 15

Open kuzomenskyi opened this issue 2 years ago • 0 comments

Actual Behaviour No animation displayed after calling LoadingShimmer.startCovering(view, with: nil)

Expected Behaviour Animation displayed

Steps to reproduce it override func viewDidLoad() { super.viewDidLoad()

    let animationView = UIView()
    view.addSubviews(animationView)
    
    animationView.snp.makeConstraints {
        $0.edges.equalToSuperview()
    }
    
    LoadingShimmer.startCovering(animationView, with: nil)
}

LogCat for the issue

No crash there

Clear view. Changing backgroundColor of the view has no affect

Would you like to work on the issue?

Maybe

kuzomenskyi avatar Apr 24 '22 11:04 kuzomenskyi