We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
不知道为什么, 求解....
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", "Lv5"] horizontalProgressView.lineMaxHeight = 4 horizontalProgressView.pointMaxRadius = 6 horizontalProgressView.currentLevel = 3 horizontalProgressView.animationDuration = 3 horizontalProgressView.textPosition = .bottomPosition self.view.addSubview(horizontalProgressView) horizontalProgressView.startAnimation() }
把执行动画的方法放进 viewwillappear 中也不行...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
不知道为什么, 求解....
var horizontalProgressView : HorizontalProgressView!
把执行动画的方法放进 viewwillappear 中也不行...
The text was updated successfully, but these errors were encountered: