我正在使用以下代碼保存UIImage此圖像保存在我的應用程序的Documents文件夾中。文件夾中的Three20圖像
NSString *pngPath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/Test.png"];
[UIImagePNGRepresentation(currentImage) writeToFile:pngPath atomically:YES];
如何找回Three20 TTThumbsViewController中的圖像?有人請幫助我。我對這個UIImage的路徑感到困惑。
我試過文件:///Users/sijo/Library/Application%20Support/iPhone%20Simulator/4.0.1/Applications/869B4AE9-A3DD-4F42-868E-E8863B15FAC3/Documents/Test.png
但是這個圖像正在Safari瀏覽器中。但在我的iPhone應用程序,以下錯誤的顯示
[NSURLResponse allHeaderFields]:無法識別的選擇發送到實例0x7062d30 2010-08-27 20:29:04.304的潮汐和天氣[56179:207 ***終止應用因未捕獲的異常 'NSInvalidArgumentException',原因是: ' - [NSURLResponse allHeaderFields]:無法識別的選擇發送到實例0x7062d30'
我解決了這個錯誤。 – 2010-08-27 16:06:14