I have a UITextField
that the user will enter an amount of money. I want to set it so it will show the users current currency.
Here is a link to my project. It gives me weird results: jumpShare
I have a UITextField
that the user will enter an amount of money. I want to set it so it will show the users current currency.
Here is a link to my project. It gives me weird results: jumpShare
Actually you have tried to set decimal fraction at beginning so its make some amount like $1.00. so you can not add more digit in
UITextField
. so removed that things. add some more modification like as bellowed.Replace this two methods, may this solved your issue.