You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
}
}
The text was updated successfully, but these errors were encountered:
Actual Behaviour
There is no shimmer
Expected Behaviour
Shimmer should occur
Steps to reproduce it
Would you like to work on the issue?
No thank you.
The text was updated successfully, but these errors were encountered: