Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

AlbuquerqueApac

macrumors member
Original poster
Jan 13, 2012
47
0
whenever I put in the following

Code:
   NSString *CNwithDec = [NSString StringByAppendingString: CNconverted];

Xcode doesn't recognize it.


I imported the Foundation libraries for safe measure, but still.
 
stringByAppendingString is not a class method you need to call it on a instance of NSString
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.