Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 07-29-2010, 10:32 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 21
Default Issue with loading image through URL

Hi,

I am using the following code for loading image. But its not working. Can anybody note the mistake with the code.


Code:
- (void)viewDidLoad {
    [super viewDidLoad];
	imageData = [[NSData alloc] initWithContentsOfURL:[NSURL URLWithString:@"http://66.39.113.170/images/basic_iphone_background.jpg"]];
	image = [[UIImage alloc] initWithData:imageData];
	
	imageView = [[UIImageView alloc] initWithImage:image];
	[imageView setImage:image];
	[imageView release];
}
Regards,
Sreelash
Sreelash is offline   Reply With Quote
Old 07-30-2010, 06:03 AM   #2 (permalink)
iPhone Developer
 
d_amal's Avatar
 
Join Date: Nov 2009
Location: chennai, india.
Age: 25
Posts: 60
Send a message via Yahoo to d_amal Send a message via Skype™ to d_amal
Default

Try something like this,

Code:
UIImageView *imgPhoto;
NSString *stringurl = [NSString stringWithFormat:@"http://66.39.113.170/images/basic_iphone_background.jpg];
imgPhoto.image = [UIImage imageWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:stringurl]]];
d_amal is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 249
18 members and 231 guests
ADY, Alsahir, Dani77, Desert Diva, Duncan C, F_Bryant, Grinarn, HemiMG, Herbie, jansan, linkmx, M@realobjects, macquitzon216, prchn4christ, smethorst, spiderguy84, twerner
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,882
Threads: 89,228
Posts: 380,761
Top Poster: BrianSlick (7,129)
Welcome to our newest member, jansan
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:43 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0