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 Error Handling in Swift 2.0 Error Handling Error Handling

help please? i have looked over the video but still cant find the answer

  1. In contrast to Swift, Objective-C favors _______ propagation of errors?

  2. To execute statements as we leave the current scope we use a_____statement?

Josh Minor
Josh Minor
2,947 Points

Number 2 is defer I think

1 Answer

Steven Deutsch
Steven Deutsch
21,046 Points

Hey Shanequa Bond,

1) In contrast to Swift, Objective-C favors manual propagation of errors.

2) To execute statements as we leave the current scope we use a defer statement.

You should really rematch the videos! They talk about both Objective-C error propagation and defer statements.

Good Luck!