c
- what is it? E.g., if it is supposed to be UIImageView
, you can do so:
[(UIImageView *)c setImage:[attributeDict objectForKey:@"img"]];
beefon
2010-02-25 11:00:35
c
- what is it? E.g., if it is supposed to be UIImageView
, you can do so:
[(UIImageView *)c setImage:[attributeDict objectForKey:@"img"]];