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 Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 02-06-2012, 01:09 AM   #1 (permalink)
Registered Member
 
Join Date: Feb 2012
Location: Amsterdam
Posts: 3
RickHQ is on a distinguished road
Default Storyboard didSelectRow

Hello,

I am currently working with the Storyboard and I created a tableview inside a Navigationcontroller. I have created a Detail View Controller that has not been linked in the Storyboard (Do I need to link the view to the tableview and what is the deal? As Push or Modal)

The current didSelectRowAtIndexPath is:
Code:
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *__strong)indexPath {
    DetailViewController *detail = [self.storyboard instantiateViewControllerWithIdentifier:@"Detail"];
    detail.item = (MWFeedItem *)[itemsToDisplay objectAtIndex:indexPath.row];
    [self.navigationController pushViewController:detail animated:YES];
 
    [tableView deselectRowAtIndexPath:indexPath animated:NO];
    [self.tableView deselectRowAtIndexPath:indexPath animated:YES];
}
Do I need to specify more information about the DetailViewController (.h,.m) or do somebody wants to see the storyboard?

Thanks for helping.
RickHQ is offline   Reply With Quote
Old 02-06-2012, 07:19 AM   #2 (permalink)
Registered Member
 
Join Date: Feb 2012
Location: Amsterdam
Posts: 3
RickHQ is on a distinguished road
Default

Thanks Robert for your suggestion but i've forgot to connect the UIWebView to the ViewController.
RickHQ 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: 468
15 members and 453 guests
7twenty7, alexeir, David-T, Dj_kades, Elad, HemiMG, iAppDeveloper, jeroenkeij, LunarMoon, Mijator, Pauluz85, QuantumDoja, sacha1996, smithdale87, usernametaken
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,928
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

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