LoadingShimmer
LoadingShimmer copied to clipboard
An easy way to add a shimmering effect to any view with just one line of code. It is useful as an unobtrusive loading indicator.
**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 {...
**Actual Behaviour** Currently, it is supporting normal views and `UITableView`. **Expected Behaviour** Add support for `UICollectionView` **Screenshots of the issue** N/A **Would you like to work on the issue?** Anyone...
ios 13
Hi, no more effect on table view on ios 13 device
**Actual Behaviour** There is no shimmer **Expected Behaviour** Shimmer should occur **Steps to reproduce it** 1. Create a view controller in storyboard 2. Create views and outlets to the views....
Hello, Your library not working with UITableView Custom HeaderView and FooterView. Thanks, Mohsinali Matiya
Currently, the framework is lagging unit testing. Add some unit test.
SPM
SPM support. Changes: Create Package.swift Screenshots for the change:
**Actual Behaviour** **Expected Behaviour** **Steps to reproduce it** **LogCat for the issue** **Screenshots of the issue** **Would you like to work on the issue?**