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 Simple iPhone App with Objective-C Views and View Controllers IBOutlet

Shaun Kelly
Shaun Kelly
5,648 Points

self??

I get confused with self. If there is an instance variable in the header file such as NSString. When we refer to self in the implementation, are we referring to the NSString ? And is there any further information about self ?

Stone Preston please help me ?

Bradley Maskell
Bradley Maskell
8,858 Points

Self refers to the class or method you are currently working in.

1 Answer

Caleb Kleveter
MOD
Caleb Kleveter
Treehouse Moderator 37,862 Points

Thanks for the answer Bradly! Even though I should know that I didn't ;).