/ Published in: iPhone
How to dwonload and use a Retro Avatar image in a iPhone App.
In this example: uid is a Facebook user id, optionally you can use any string, a name, a md5 hash of a email address and it is assumed you have an image view with tag id 1 you want to set the image for
In this example: uid is a Facebook user id, optionally you can use any string, a name, a md5 hash of a email address and it is assumed you have an image view with tag id 1 you want to set the image for
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
UIImage *img = [UIImage imageWithData:data]; ((UIImageView *) [self.view viewWithTag:1]).image = img;
URL: http://retroavatar.appspot.com/