Tuesday, August 21, 2012

Xcode how to convert integer to String for Noob

Here is how to convert integer to String in Xcode


 NSString *temp = [NSString stringWithFormat:@"%d", price];



So let say you want to convert integer "price" into String temp, above is how you do it

2 comments:

  1. Truly amazing interpretation I could say. Blogging Apps is a good idea for build iphone app.Thanks!!
    www.mobileappwizard.com

    ReplyDelete