Skip to content

The track animation flickers while loading. #70

@itsaark

Description

@itsaark

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()
                }


        }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions