the animation showed 30% whiles it's about 29.6% that's great however, when I set
var totalAmount:Int = 28000
var paidAmount:Int = 0
the result will be 1% that's weird and also
var totalAmount:Int = 28000
var paidAmount:Int = 28000
then the result keeps being reset and animation goes forever like your demo.
I really wish that I could use the framework for my project, it's really simple and nice but I'm not capable enough to fix this problem. Hope you could kindly guide me to right path.
Sorry, there is no such place that I could ask about this. so I post it here.
I would like to show various data through this framework, however it keeps being reset.
on my project I used timer.scheduled to get some animation. there is 2 integers I have set
for example
private var progress: UInt8 = 0 var totalAmount:Int = 28000 var paidAmount:Int = 8000 @IBOutlet private weak var storyboardCircularProgress1: KYCircularProgress! @IBOutlet private weak var progressLabel: UILabel!
}
the animation showed 30% whiles it's about 29.6% that's great however, when I set
var totalAmount:Int = 28000 var paidAmount:Int = 0
the result will be 1% that's weird and also
var totalAmount:Int = 28000 var paidAmount:Int = 28000
then the result keeps being reset and animation goes forever like your demo. I really wish that I could use the framework for my project, it's really simple and nice but I'm not capable enough to fix this problem. Hope you could kindly guide me to right path.
Thanks million in advance.