MBCircularProgressBar
MBCircularProgressBar copied to clipboard
A circular, animatable & highly customizable progress bar from the Interface Builder (Objective-C)
Below is my code. I have taken button in tableview cell and below is the action part. cell.clickOnMyStreakAction = { cell.streakProgressbar.layer.needsDisplay() cell.streakProgressbar.value = 100.0 cell.streakProgressbar.showValueString = false } Note: This...
Hi In Xcode 12.5.1 I am getting the following error; file:///..../.../Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (Gqt-dS-ntA): The bundle “MBCircularProgressBar.framework” couldn’t be...
UIView.animate(withDuration: 1) { self.yellowView.value = 80 }
The new Swift Syntax for animations would be: `[UIView .animate(withDuration: 1.0, animations: { self.progressBar.value = 55.f })]`
Is this applicable using your code or it needs modification please help, In other words lets say i want the progress bar to start at angel 330 ( 11 clock...
override func viewWillAppear(_ animated: Bool) { UIView.animate(withDuration: 1.0, animations: { self.improvementProgress.value = 75.0 }) }
When I try to change color without changing a value, it doesn't update the displayed bar color. I use it in uitableview. It is annoying but fortunately, I can force-update...
I can not use interface builder with component. it cause crash on it. error: IB Designables: Failed to render and update auto layout status for ... (iN0-l3-epB): dlopen(MBCircularProgressBar.framework, 1): no...