當我嘗試NSLog
我的形象與此;圖片描述NSLog
NSLog([images description]);
這似乎:
2012-06-05 10:31:38.801 Project1[1180:1a303] (
"<UIImage: 0x9a52bb0>",
"<UIImage: 0x9c89460>",
"<UIImage: 0x9c9c720>",
"<UIImage: 0x8e4ee70>",
"<UIImage: 0x8e805f0>"
)
我加載我的UIImage從NSDocumentDirectory
.Could有人解釋這什麼。
您可以執行'NSInteger meaninglessInteger =(NSInteger)[images description description];'。 –
Hi @ HotLicks,這是幹什麼的?我應該把它放在哪裏? – Bazinga
更重要的是,爲什麼你想要這樣做?你打算通過獲取整數來解決什麼問題? – Rob