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 trial3 Answers
Milo Winningham
Web Development Techdegree Student 3,317 PointsTH stands for Treehouse. :)
Because the Objective-C language doesn't have namespacing, Apple recommends using prefixes in class names to prevent naming conflicts across your app and its frameworks. Some more background info here: http://nshipster.com/namespacing/
Shaun Kelly
5,648 PointsI see thanks for the help : )
Shaun Kelly
5,648 PointsGot any info or sources about debugging because I don't know much about it and how to fix bugs in my code? Sometimes when I run my app It automatically stops and says Thread 1: breakpoint 1.2 on a specific line of code once I add an exception breakpoint on the debugging feature in the IDE ? I have only watched one video on the 'Build a game with sprite kit' course.