2010-06-03 5 views
0

J'ai un UIImage qui se charge sur le web, et j'aimerais qu'il apparaisse lorsqu'il apparaît dans mon UITableCell.UIImage Fondu après chargement sur mon UITable

if([thumb image]) 
{ 
    UIImage *imagen = [thumb.image retain]; 
    [imagen drawInRect:CGRectMake(15, 4, 44, 44)]; 
    [imagen release]; 
} 

Comment puis-je l'obtenir?

Répondre

Questions connexes