Do you know how can i convert float value to nsstring value because with my code, there is an error.
My Code :
- (float)percent:(float)a :(float)b{
one more option:
NSString * str = [NSNumber numberWithFloat:value].stringValue;