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 trialTrevor Duersch
9,964 PointsAccording 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
12,737 PointsHere 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.
Denis Kiselev
12,737 PointsNope. XCode 6.2 - still "push" name. Where did you see "show" term?
Jaime Lossada
3,721 PointsTrevor is correct. I dont see push anywhere, I see show, show detail, predent modally, popover presentation and custom.
Trevor Duersch
9,964 PointsI almost thought I made a mistake but I'm glad Jaime confirmed what I said earlier.
Trevor Duersch
9,964 PointsTrevor Duersch
9,964 PointsI 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!