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 Complex Data Structures Initializers and Self

Jonathan Halbrook
Jonathan Halbrook
3,853 Points

Transcript for the "Initializers and self" video in the Object-Oriented Swift 3 course?

Does anyone know where to find a transcript for the "Initializers and self" video in the Object-Oriented Swift 3 course?

I'm not sure they wrote it up yet for this course. You may benefit by checking out the Transcripts for the Object-Oriented Swift 2 course as they are very similar.

https://teamtreehouse.com/library/objectoriented-swift-20/complex-data-structures/initializers-and-self

Bradley Allen
Bradley Allen
5,224 Points

Note that at 2:47 in the transcript is says: "a member y's initializer as it is specifically called, write that down." which is incorrect and confusing because there actually is a "y" method in the code. It should say: "a memberwise initializer" which is a term that is important.

You can find the reference in the Swift language guide by search for "memberwise" here: https://developer.apple.com/library/content/documentation/Swift/Conceptual/Swift_Programming_Language/Initialization.html