0
我已經設法將twitter api合併到我的應用程序中,並且我可以調用所有數據並將其放入我的應用程序中,但圖像除外。幫助需要從URL添加圖片!
我已經設法找到如何獲得圖片的內容,如果你提供的網址,但我想從我的字典中得到的艾迪,然後將其放入我的uiimageview。
任何幫助,將不勝感激,這裏是我所採購的
NSData *imageData = [[NSData alloc] initWithContentsOfUrl: [NSString stringWithContentsOfUrl: [NSURL URLWithString:@"http://mydomain.com"] encoding: NSUTF8StringEncoding error: nil ] ];
UIImage* image = [[UIImage alloc] initWithData:imageData];
[marcaBackground setImage:圖像]。 [imageData release]; [image release];
這是我已經設置up`-(的NSString *)作者{
return [[contents objectForKey:@"user"] objectForKey:@"screen_name"];
`
NSString *author=[(Tweet*)[auth objectAtIndex:indexPath.row] author];
可能有人請告訴我什麼需要改變它的工作?
不錯的一個傢伙,明天我會給你一個去,讓你知道 – d4ndym1k3 2011-01-26 15:50:37