NSString *imagePath = [NSHomeDirectory() stringByAppendingPathComponent:@"Documents/InAppLibrary"];
NSString *str=[@"/" stringByAppendingFormat:appDelegate_iPad.DrawPicture];
NSString *currentImageName=[imagePath stringByAppendingFormat:str];
NSData *dataImage = [NSData dataWithContentsOfFile:currentImageName];
這裏NSData對象的dataImage爲我提供了空值,任何好友幫我關於這裏的錯誤。iPhone中的NSData對象
感謝
什麼是你想反正做什麼? – woz