|
4 November 2009, 9:46 PM |
Loading a remote image into UIImageView
UIImage *img = [[UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString: @"/linkout.php?url=olliekett.com/okd.jpg"]]] retain];
if (img != nil) { // Image was loaded successfully.
[disk setImage:img];
[disk setUserInteractionEnabled:NO];
[img release]; // Release the image now that we have a UIImageView that contains it.
} |
|
|
|
 |
We have a large
portfolio of work we have completed for
clients. Our portfolio always carries our
current new iPhone applications.
Take a look |
|
|
|
 |
Follow us on
Twitter, We aim to provide Live Information
-
@olliekett |
|
|
|
|