HorizontalProgress icon indicating copy to clipboard operation
HorizontalProgress copied to clipboard

Simple horizontal progress bar with animation

Results 2 HorizontalProgress issues
Sort by recently updated
recently updated
newest added

不知道为什么, 求解.... var horizontalProgressView : HorizontalProgressView! override func viewDidLoad() { super.viewDidLoad() horizontalProgressView = HorizontalProgressView() horizontalProgressView.frame = CGRect(x: 20, y: 40, width: self.view.bounds.width-40, height: 100) horizontalProgressView.progressLevelArray = ["Lv1", "Lv2", "Lv3", "Lv4",...

As you see on the screen the last half digit is remained gray Any ideas what is going on ? ![2017-03-28 23 04 10](https://cloud.githubusercontent.com/assets/13408859/24440777/0360e9f0-140b-11e7-9e7b-9292122b0f94.png)