Search code examples
iphonensuinteger

Is there a way to have a NSUInteger automatically display commas in iPhone?


Like if I had 29993 would there be a way to automatically have it be displayed as 29,993? Thanks


Solution

  • You want an NSNumberFormatter.