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
Amit Kamra
2,413 PointsInstance of a Class on App Load
In the Swift Tutorial where we are creating the example apps, I see there are various sub-classes that are in the View Controllers that we created.
When we build and run the app, where is the code that creates the instances of these classes?
1 Answer
Max Hirsh
16,773 PointsI think it's probably part of the UIKit module that gets imported at the top of the code.