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
Eric Aichele
4,710 PointsPersistence in Swift
So I'm taking a course in Swift alongside using Treehouse for any concepts that I require a bit of a refresher on.
We're getting into some concepts in class, though, that I haven't seen in the Swift track quite yet. I see Persistence in Objective-C, but not in Swift. Is there a reason the Swift track seems to be lacking in comparison or is that because of how new Swift is? Despite not having any Objective-C experience, should I even consider looking that over?
Thanks.
1 Answer
Enrique Munguía
14,311 PointsI guess in the future we will see a Treehouse course with persistence in Swift, it is such an important task it can not be overlooked. The main persistence options in Swift are the same that in Objective-C: plist, Core Data and SQLite, I'm actually using SQLite with Swift and works pretty well and the syntax is much simpler.