NSImageCell *imageFromBundle;
NSData *imageData;
NSURL *imageURL = [NSURL URLWithString:@"http://www.greatwhatsit.com/wp-content/uploads/2012/03/jeremiah1.jpg"];
NSLog(@"url");
NSLog(@"data");
NSImage *imageFromBundle = [[NSImage alloc] initWithData:imageData];
爲什麼這段代碼沒有工作。的Xcode 4.6爲什麼此代碼不斷出現錯誤。 xCode 4.6
談到了「與不同類型的‘imageFromBundle’的重新定義:‘NSImage中* _strong’VS‘NSImageCell * _strong’究竟發生了什麼,我已經改變了一切,它仍然來了同樣的錯誤 – user2164473 2013-03-13 08:45:36