Quote:
Originally Posted by anandh.kdm@gmail.com
i need Sample source code or sample projects to understand that task. pls inform me or sent it to anandh.kdm@gmail.com.
thanks in advance...
|
What you need is listed above. If you have issues, try not to grave-dig an old thread, instead make a new one.
If you have a URL that links to a valid image file, simply run this one line of code after replacing the URL with your URL.
Code:
UIImage *image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.example.com/image.png"]]];