I want to convert a float value of 0.125 into fraction as 1/8, so that I can display it on a UILabel.
I receive the float value from the server and need to load that in UITableView in a fraction format.
I want to convert a float value of 0.125 into fraction as 1/8, so that I can display it on a UILabel.
I receive the float value from the server and need to load that in UITableView in a fraction format.