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 Navigation Controller

Trevor Duersch
Trevor Duersch
9,964 Points

According to XCode 6.1.1, the "Push" segue is now deprecated. It is now "show". Is this going to be updated soon?

This is something that I had a harder time following. It looks like the new method is "show" segue instead of "push" segue in XCode 6.1

Thanks!

3 Answers

Denis Kiselev
Denis Kiselev
12,737 Points

Here is screenshot from my XCode: https://yadi.sk/i/E_Ry1xJ9foAdi

This is XCode Version 6.2 (6C131e) - currently most recent version of XCode release. (I have 6.3-beta also).

So - no Show, show detail stuff there. Where did you find it? Please, make some screenshot.

Trevor Duersch
Trevor Duersch
9,964 Points

I was looking in one of the menus and saw something like this - http://i.stack.imgur.com/IkDXR.png

But when I went into one of my projects I saw that it was there. So maybe it was just a weird coincidence.

Thanks!

Denis Kiselev
Denis Kiselev
12,737 Points

Nope. XCode 6.2 - still "push" name. Where did you see "show" term?

Jaime Lossada
Jaime Lossada
3,721 Points

Trevor is correct. I dont see push anywhere, I see show, show detail, predent modally, popover presentation and custom.

Trevor Duersch
Trevor Duersch
9,964 Points

I almost thought I made a mistake but I'm glad Jaime confirmed what I said earlier.