I have an iPad app that I am testing in Instruments before beta testing. I have gotten rid of all memory leaks except one, and I can\'t find any information on it. I am baffled as to what to do, since
I\'m using json-framework to parse JSON data in an iPhone project. But there\'s a large number in the json data, such as 10432159274, it will make NSNumber overflow. In the SBJsonParser.h, the doc say
I\'m trying to take an NSDecimalNumber I have, and multiply it by 1.1. I have this but it doesn\'t work:
I\'m using NSDecimalNumber to store a value for currency.I\'m trying to write a method called \"cents\" which returns the decimal portion of the number as an NSString with a leading 0 if the number is
I have a to-many relationship between Entity A and Entity B (iOS Core Data app).I need to get the sum of the NSDecimalNumber attribute of all instances of Entity B from a given instance of Entity A.Do
I\'m fairly new to core data and iphone programming.Maybe this is an obvious answer, so if anyone can point me to a tutorial or other resource, it\'s greatly appreciated!
This question already has answers here: Closed 11 years ago. Possible Duplicate: Unrecognized selector sent to instance
I am looking for a way to turn a NSDecimalNumber negative by multiplying by -1. /* decNumber is the one I would like to turn negative */
I\'m just wondering how I go about making a picker/spinner control for a decimal nu开发者_JAVA技巧mber input. I have seen it on other iPhone apps where they click a button and a number picker comes up
I\'ve come across some blogs and forum posts where people say one should use NSDecimalNumber instead of floats when dealing with currency.I find I have to convert from NSDecimalNumber to Floats/Double