Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Blog Reader iPhone App Viewing a Web Page Implementing a UIWebView

Auré Schmitt
Auré Schmitt
3,788 Points

How to make this app on iPad

I'm trying to code this app on iPad but I'm stuck with the UISplitViewController instead of the segue used in the video. Need some help to communicate the row selected in the master view to the detail view thx

2 Answers

Patrick Donahue
Patrick Donahue
9,523 Points

I think you can just use the didSelectRowAtIndexPath method and set the information for the other view there. Shouldn't need a segue or anything if I remember correctly.

Auré Schmitt
Auré Schmitt
3,788 Points

Thanks Patrick but can you be more specific? I'm missing something with delegate