回答

15

你試過+[UIImage imageWithData:]

+0

+ [UIImage imageWithData:] ...這是一個類方法。 – westsider 2011-01-11 07:30:26

7
UIImage *img=[UIImage imageWithData:data]; 
[yourImageView setImage:img]; 
相關問題