ShowSomeProgress
ShowSomeProgress copied to clipboard
Progress and Activity Indicators for iOS apps
Results
1
ShowSomeProgress issues
Sort by
recently updated
recently updated
newest added
``` let myColor: UIColor = .random projectNameLabel.text = name projectNameLabel.textColor = myColor let percentage = CGFloat((percent as NSString).floatValue)/100 progressBarView.progress = percentage progressBarView.progressColor = projectNameLabel.textColor ``` [RPReplay_Final1579444881.MP4.zip](https://github.com/stoneburner/ShowSomeProgress/files/4082777/RPReplay_Final1579444881.MP4.zip) Thank you.
bug