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 Game with Sprite Kit Particle Systems and Keeping Score Scoring and Life Tracking

3 Answers

Milo Winningham
seal-mask
.a{fill-rule:evenodd;}techdegree
Milo Winningham
Web Development Techdegree Student 3,317 Points

TH 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
Shaun Kelly
5,648 Points

I see thanks for the help : )

Shaun Kelly
Shaun Kelly
5,648 Points

Got 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.