When I try to NSLog
my image with 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 my UIImage from a NSDocumentDirectory
.Could someone explain whats this.