-
Notifications
You must be signed in to change notification settings - Fork 73
Open
Labels
HacktoberfestbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededswift
Description
Actual Behaviour
There is no shimmer
Expected Behaviour
Shimmer should occur
Steps to reproduce it
- Create a view controller in storyboard
- Create views and outlets to the views.
- Set the background of the view to a different color and the created subviews to a different color.
- Connect the outlets.
Would you like to work on the issue?
No thank you.
import UIKit
import LoadingShimmer
class BugTest2ViewController: UIViewController {
@IBOutlet var blackview: UIView!
@IBOutlet var greenview: UIView!
override func viewDidLoad() {
super.viewDidLoad()
LoadingShimmer.startCovering(blackview)
LoadingShimmer.startCovering(greenview)
// Do any additional setup after loading the view.
}
}
Metadata
Metadata
Assignees
Labels
HacktoberfestbugSomething isn't workingSomething isn't workinghelp wantedExtra attention is neededExtra attention is neededswift