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 Object-Oriented Swift Classes and Objects Introduction

More materials?

Hello,

I was wondering if anyone can post some more examples that we could practice on, before moving onto another stage? Some external links, assignments, anything?

Thanks in advice!

1 Answer

Jake Webb
Jake Webb
13,028 Points

You might want to just read the Swift Book provided by Apple. It contains code snippets that can help you get familiar with the code and you can always run them within a playground. I wasn't sure what subject you were looking for more content on but the link below hits on the chapter on classes which is coming up next in the course.

https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/ClassesAndStructures.html#//apple_ref/doc/uid/TP40014097-CH13-ID82

Here is an additional article that might help:

https://www.weheartswift.com/swift-classes-part-1/