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

Ribbit app: cannot create Segue between InboxViewController and ImageViewController

Using the storyboard, although I am following step by step the video instructions, I cannot get the pop up message with the "push" option show up on the screen after I drag and drop (command + click making sure I start by selecting first the entire InboxViewController and not the cell from the TableView).

After several attempts and making sure I was selecting the entire InboxViewController, I thought I'd put up a post here.

2 Answers

Stone Preston
Stone Preston
42,016 Points

try it this way: to create a manual push segue from inboxViewController to ImageViewController zoom in on inboxViewController and control click and drag from the yellow circle icon below the view controller and drag to ImageViewController and select push. If that doesnt work, try selecting the entire viewController so that it is highlighted in blue and then control clicking and dragging

Hi Stone,

Thanks again. It did work this time when I used the yellow circle.

:) Moving on!