Storing Data in Core Data: UIImage
Proceed with caution
Difficulty: Beginner | Easy | **Normal** | Challenging
You probably shouldn’t be doing this. You probably shouldn’t be doing this.
Core Data can store data, but storing large images like this? Probably you want to use file. But I can see that you **really** want to store UIImage
. In that case, let us strap in and get…