Formatting the number entered in textfield in iPhone
        Posted  
        
            by srikanth
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by srikanth
        
        
        
        Published on 2010-06-14T09:40:38Z
        Indexed on 
            2010/06/14
            9:42 UTC
        
        
        Read the original article
        Hit count: 284
        
I have a text field where the user enters a number, which is in the range of thousands.
I want the text field to be formatted as the user enters the number, example : 200000 should become 200,000.
how do i go about doing this??
Many Thanks,
S
© Stack Overflow or respective owner