Skip to content

Commit

Permalink
Update Apple Core Data URL
Browse files Browse the repository at this point in the history
  • Loading branch information
alengel committed Feb 3, 2016
1 parent c7ea029 commit 540dafd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion P7-Local-Storage-Realm/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In this context, persistence is the ability to save data so that when you close

Hold up... This sounds like it could be painful...

Thankfully, this is an age old problem with many different solutions. Apple offers you [Core Data](https://developer.apple.com/library/ios/documentation/Cocoa/Conceptual/CoreData/Articles/cdTechnologyOverview.html) as a complete framework for object graph management. It can be a great solution, but it is also a lot of work. :)
Thankfully, this is an age old problem with many different solutions. Apple offers you [Core Data](https://developer.apple.com/library/tvos/documentation/Cocoa/Conceptual/CoreData/index.html) as a complete framework for object graph management. It can be a great solution, but it is also a lot of work. :)

Let's look at a lightweight alternative called Realm.

Expand Down

0 comments on commit 540dafd

Please sign in to comment.