iphone - Image Description NSLog -
when try nslog image this;
nslog([images description]); this appears:
2012-06-05 10:31:38.801 project1[1180:1a303] ( "<uiimage: 0x9a52bb0>", "<uiimage: 0x9c89460>", "<uiimage: 0x9c9c720>", "<uiimage: 0x8e4ee70>", "<uiimage: 0x8e805f0>" ) i'm loading uiimage nsdocumentdirectory.could explain whats this.
it looks images object nsarray (or similar array object) of uiimages. when nslog description of images array listing objects in array , calling description on each of objects. doesn't make sense text description of image instead prints object type, in case 'uiimage', , address of object in memory, e.g. 0x9a52bb0.
i'm not sure mean "and how make nsinteger?' doesn't make sense convert image integer.
Comments
Post a Comment