I accept NSString as NSString *value = [valuelist objectAtIndex:valuerow]; NSString *value2 = [valuelist2 objectAtIndex:valuerow2];
Now Im sure Im doing something extremely schoolboy here, but Im seriously hitting my head against a wall, for some reason Im getting EXEC_BAD_ACCESS when trying to set an NSNumber property on a custom
I am having problem when converting string (YaxisData) to NSNumber. I have to return a NSNumber for Core-plot to get the graph done but its not working. Here\'s the sample code
Okay I\'ve made an array of NSNumber objects that I\'ve stored into an NSMutableArray. When the game loads it\'s unarchived and retained but all the NSNumber objects are gone. Here\'s my code:
First post here. Having a problem with NSNumber\'s floatValue method -- somehow, it returns an imprecise number.Here\'s the problem:I store a bunch of NSNumbers in an array, like this:
In a SOAP app, all communication with the server is as text, when the server needs an integer it is the text value that gets sent and returned integers are sent back as text.
I am new to iPhone development. I want a Nsmutable array to hold numbers from 1 to 100. How can I do it? How can I imple开发者_开发技巧ment in a for loop? Is there any other way to hold numbers in arr
I understand that NSNumber is immutable, but I still have the need to change it in my app. I use it because it\'s an开发者_运维问答 object, and therefore usable with @property (if I could, I would use
The code I\'m currently working on requires adding an NSNumber object to an array. All of the NSNumbers with value 0-12 are added fine, but 13 onward causes a EXC_BAD_ACCESS. I turned on NSZombieEnabl
I want to get the t开发者_开发问答ype of NSNumber instance. I found out on http://www.cocoadev.com/index.pl?NSNumber this: