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 Objective-C Basics (Retired) Introduction to Objective-C From Structs to Objects

Jonathan Fernandez
Jonathan Fernandez
8,325 Points

Setting implementation for setters and getters Objective C intro video..

So I'm totally confused as to how or where he went from 5:20 in the video to 5:30.. How did he get there?? was there a hotkey or something? I'm pretty new to the Xcode UI and am totally lost. If anyone can explain this to me cause I'm too noob to understand I would be really grateful.

2 Answers

Hey Jonathan, I had the same question. I believe he uses the hotkey [command+control+up/down arrow] without explaining it to switch between the interface and the implementation. Give it a try in your Xcode

Jonathan Fernandez
Jonathan Fernandez
8,325 Points

Hi William, thanks for the feedback. I had tried using the hotkey and it works! Wish they would explain that in the video especially since .h file is still highlighted even though he is editing .m file. I ended up thinking that it was a secret file somewhere still in .h haha. It's scary confusing for new learners and hard to catch up.