HorizontalProgress
HorizontalProgress copied to clipboard
Simple horizontal progress bar with animation
不知道为什么, 求解.... 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 ? 