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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 09-15-2009, 08:40 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 6
charli1983 is on a distinguished road
Default uiimageview in table cell

Hello!

I have a table with custom tableviewcells, this cells have an imageview who retrieves his image from an url (all images are diferent).

The problem is that the table appear when all pictures are downloaded, and have a delay when the user scrolls, for the same reason.

Is posible to download the pictures asynchronously, and when each one is downloaded put it in the table cell? and how??

This is my code, thank you:

Code:
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath {
	
	static NSString *CellIdentifier = @"OfertasCellIdentifier";
	
	OfertasCell *cell = (OfertasCell *)[tableView dequeueReusableCellWithIdentifier:CellIdentifier];
	
	if (cell == nil) {
		
		NSArray *nib = [[NSBundle mainBundle] loadNibNamed:@"OfertasCell" owner:self options:nil];
		cell = [nib objectAtIndex:0];
	}
		
	NSString *urlImg = [[ofertas objectAtIndex:indexPath.row] objectForKey:@"imagen"];

	img = [UIImage imageWithData: [NSData dataWithContentsOfURL: [NSURL URLWithString:urlImg]]];
	[cell.imagen setImage:img];
	
	// Set up the cell...
	return cell;
}
charli1983 is offline   Reply With Quote
Old 09-17-2009, 02:19 AM   #2 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 6
charli1983 is on a distinguished road
Default

Nobody?,

I can explain the problem in more detail if you wish.

I can not solve this problem, plese help!!
charli1983 is offline   Reply With Quote
Old 09-17-2009, 02:38 AM   #3 (permalink)
Registered Member
 
Join Date: Jun 2009
Location: Australia
Posts: 180
svveet is on a distinguished road
Default

Quote:
Originally Posted by charli1983 View Post
Nobody?,

I can explain the problem in more detail if you wish.

I can not solve this problem, plese help!!
i have the same problem,

see my post. http://www.iphonedevsdk.com/forum/ip...view-code.html
svveet is offline   Reply With Quote
Old 09-17-2009, 04:37 AM   #4 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 6
charli1983 is on a distinguished road
Default

Quote:
Originally Posted by svveet View Post
i have the same problem,

see my post. http://www.iphonedevsdk.com/forum/ip...view-code.html
Thank you svveet,

If I solve this problem, i advice you
charli1983 is offline   Reply With Quote
Reply

Bookmarks

Tags
cell, image, table

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: 345
11 members and 334 guests
givensur, glenn_sayers, guusleijsten, ipodphone, jbro, mediaspree, mottdog, mtl_tech_guy, Punkjumper, vilisei, whitey99
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,649
Threads: 94,114
Posts: 402,883
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Anwerbl
Powered by vBadvanced CMPS v3.1.0

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