Vladimir Kuzomenskyi
Vladimir Kuzomenskyi
**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 {...
Hi! I fixed the build errors. There were two lines updated only. Here is my fork with the fix https://github.com/kuzomenskyi/ASScreenRecorder Regards, iOS dev