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 Build a Weather App with Swift Refreshing the Data Course Recap

Zubeyr Aciksari
Zubeyr Aciksari
21,074 Points

Hi guys, i am stuck in here. "Plists are stored as __ under the hood" I say "nib files" but it doesnt accept this

Please help!

1 Answer

Martin Wildfeuer
PLUS
Martin Wildfeuer
Courses Plus Student 11,071 Points

Plists are stored as XML files under the hood. See the Apple Developer Docs. In Xcode, Plists are opened in a custom editor, but you can access the "raw" XML by right clicking on the Plist, select "Open as" -> "Source code". And, voila, there is your XML file :)