I have the following problem:
in header;
GDataXMLDocument *doc; NSString *xmlBody; @property (nonatomic,copy) NSString *xmlBody; @property (nonatomic
One "problem" with singleton objects is that they appear to leak. If you create an object and never destroy it, Instruments says it's a leak, even if your intention was never to release it.