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 Enhance a Weather App with Table Views Next Week’s Weather Displaying Information in the Table View

Video editing error around 4:07 mark?

Seems like he said we had two options, either unwrap it at the "return cell" call or wrap the constant assignment statement in an "if" structure, then went ahead and did neither. He instead switched the "optional" (?) assignment to a "bang" (!) after the "as".

Was this an editing issue suggesting we can't actually wrap it in an if structure? As I understand it from an earlier video, we want to avoid bangs as often as possible for safer, failure resistant code.