LoadingShimmer icon indicating copy to clipboard operation
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.

Results 8 LoadingShimmer issues
Sort by recently updated
recently updated
newest added

**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...

enhancement
help wanted
Hacktoberfest

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....

bug
help wanted
swift
Hacktoberfest

Hello, Your library not working with UITableView Custom HeaderView and FooterView. Thanks, Mohsinali Matiya

swift
Hacktoberfest

Currently, the framework is lagging unit testing. Add some unit test.

enhancement
help wanted
good first issue
unit-testing
beginner
swift
Hacktoberfest

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?**