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

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

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.

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!

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

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

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