I have got this weird bug were my number is really long like this:
I think it is so because i get it from a label.
Double(lblsSteppers[i].0.text!)!
I also seems to happen to only certain numbers like 9.2.
But i don't know a way to prevent it.
So does anybody also else have encountered this?
And what have they done to prevent it.
Update:
The error that i got is floating-numbers of some sort.
So now somebody suggest to format the numbers for viewing them.
But how can i do that?