I have UILabel in which i show float value i want that if value is in thousand like $1000.00 then label should show $1,000.00
Using following way my code shows
$1000.00
labelOne.text=[NSString stringWithFormat:@"$ %.2f",f_Cost_of_Vacination_NV];