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 trialJustin Wong
4,781 PointsWhat does SceneDelegate.swift in newer versions of Xcode do and its implications in building apps?
Along side with AppDelegate.swift and ViewController.swift, what does role does SceneDelegate.swift play in iOS app development?
2 Answers
Rickey Paape
24,122 PointsWhen starting a new project in Xcode, you have two options under "User Interface." SwiftUI is the new UI option, you can read more about it and how to use it here: https://developer.apple.com/xcode/swiftui/ The courses here were built using an older version of Xcode which uses the other option, Storyboard. To follow along with these courses you will need to choose this option.
Joseph Hines
3,283 PointsThank you! I was so confused because i didn't have any of the things he had on his screen either! 😁