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 Object-Oriented Swift 2.0 Complex Data Structures Adding Instance Methods

Treehouse needs more help options when completing code challenges. Why is the only option to ask a question?

I would prefer links to Swift documentation or keywords to try searching. A big part of learning to code is learning how to find answers to questions when you get stuck. I would benefit from help finding resources.

1 Answer

Michael Reining
Michael Reining
10,101 Points

If you are stuck, try searching for the topic in Apple's official Swift book which is very readable and has a lot of examples. You can also try searching on Stack Overflow and just plain old Google.

What really helped me is to try to do all of the challenges in the Playground which gives you instant answers and suggestions when you run into problems.

Also, often you can copy / paste the challenge into Google and it will immediately show you the answer in the Tree house community. ;)

I hope that helps,

Mike

PS: Thanks to the awesome resources on Team Treehouse, I just launched my first app. :-)

Code! Learn how to program with Swift