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 Network Programming with Swift 2 Modeling Forecast Data Introduction

Karolina Schmitz
Karolina Schmitz
3,018 Points

Difference between Network Course and Building a weather app course?

Hi Pasan,

what is the difference between this Network course and your other Building a weather app Course? They are both creating the same app, is one of those courses newer and contains more up to date Swift or is there any other difference?

Thank you :)

1 Answer

Roberto Pando
Roberto Pando
9,486 Points

I checked both out, and the difference is that in this one they combine and make use of all the powerful tools in Swift without the limitations of beginners syntax like the first one. They make use of protocols(making you think big and more universal), extensions, and the difference that stood out the most to me is that in this one Pasan handles every single possible error that can occur. Hopes this helped.