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 Development

Reply
 
LinkBack Thread Tools Display Modes
Old 03-13-2010, 05:29 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2009
Posts: 5
Default How to load image when new view is pushed

sorry for the most stupid question,
but I am working on a Table Based Navigation app. wondering how is it possible to load a specific image in a new view controller depending on what row the user selected.

here's an example

Code:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
	if ([newMenu objectAtIndex:indexPath.row == 0])
	{
		newView *nwViews = [[newView alloc] initWithNibName:@"newView" bundle: nil];
		[nwViews setTitle: @"BIKE  IMAGE"];
		[self.navigationController pushViewController:nwViews animated:YES];
	}
if I have an empty UIImageView on the new view how can i change it to one of many images i have in my resources folder?
neptunez is offline   Reply With Quote
Old 03-13-2010, 05:53 AM   #2 (permalink)
Registered Member
 
Join Date: Mar 2010
Posts: 3
Default

Not stiped question...
I am looking for the same answer
Sara Paul 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: 247
17 members and 230 guests
ADY, Alsahir, Dani77, Desert Diva, Duncan C, F_Bryant, Grinarn, HemiMG, Herbie, jansan, linkmx, M@realobjects, macquitzon216, prchn4christ, smethorst, spiderguy84
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