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 (iOS7) Getting Started What Is an IBOutlet?

The new label reference outlet predictionLabel has (weak, nonatomic) properties instead of strong as in the video. Why?

Should I be concerned that the label's properties are setup as weak by default in my app, as opposed to strong in the video?

2 Answers

its not a probelm you could make it weak or retain

Thank you, I imagined at this stage it wasn't important, which has been verified by the following lectures. You didn't answer as to why it doesn't matter, but I've figured it out.

you welcome