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

The track animation flickers while loading. #70

Open
itsaark opened this issue Feb 21, 2016 · 0 comments
Open

The track animation flickers while loading. #70

itsaark opened this issue Feb 21, 2016 · 0 comments

Comments

@itsaark
Copy link

itsaark commented Feb 21, 2016

Here is my code. Is it because of the decimal value?

   progressBlock: { (progress: Int32) -> Void in
                if progress <= 99 {

                    self.progressView.setProgress(CGFloat(progress)/100, animated: true)

                    print("CG value: \(CGFloat(progress)/100)")

                    print(self.progressView.progress)

                } else {

                    self.progressView.removeFromSuperview()
                }


        }
@itsaark itsaark changed the title The track animation flickers while loading? The track animation flickers while loading. Feb 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant