I want to show float digits in textfield upto two decimal points as entered in an ATM machine to withraw amount. like, 0.03. if i enter a new digit say 6, it would be like, 0.36 and so on. Please suggest me the way to do so. Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
You can use decimal formatter |
|||||||||||
|
|
hey check this like a ATM Functionality...
OutPut is : FullString 12349.87 Enjoy with this code.. |
|||||||
|
|
Here you go:
|
|||||
|
|
|
I have open sourced SATextField which has this functionality built-in. You'll want to set |
|||
|
|