Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LoadingShimmer does not cover IB interface views #29

Open
whoyawn opened this issue Jun 4, 2019 · 0 comments
Open

LoadingShimmer does not cover IB interface views #29

whoyawn opened this issue Jun 4, 2019 · 0 comments
Labels
bug Something isn't working Hacktoberfest help wanted Extra attention is needed swift

Comments

@whoyawn
Copy link

whoyawn commented Jun 4, 2019

Actual Behaviour

There is no shimmer

image

Expected Behaviour

Shimmer should occur

Steps to reproduce it

  1. Create a view controller in storyboard
  2. Create views and outlets to the views.
  3. Set the background of the view to a different color and the created subviews to a different color.
  4. 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.
    }
}
@jogendra jogendra added bug Something isn't working Hacktoberfest help wanted Extra attention is needed swift labels Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Hacktoberfest help wanted Extra attention is needed swift
Projects
None yet
Development

No branches or pull requests

2 participants