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 Vending Machine App in Swift Using the Vending Machine Modeling the Vending Machine

Ryan Forte
seal-mask
.a{fill-rule:evenodd;}techdegree
Ryan Forte
iOS Development Techdegree Student 2,955 Points

Trouble linking back

Hi, Does anyone have any tips for not getting lost in their code. I just have a hard time linking everything back and using the correct key words

Comments comments and more comments, lol. You can use Pragma marks ----> https://stackoverflow.com/questions/35963128/swift-understanding-mark

2 Answers

Jesse Gay
seal-mask
.a{fill-rule:evenodd;}techdegree
Jesse Gay
Full Stack JavaScript Techdegree Student 14,045 Points

Another thing that's useful is Find, and it's cousin Find and Replace. There are quite a few even more sophisticated find options available in the Find menu in Xcode.

Derek McLane
Derek McLane
11,185 Points

Command - F turns on Find

type what you need to see

then "esc" shuts it back off.