In order to view this lesson, you must purchase this course.
Photos in UIKit are typically drawn using a UIImage object. However, Core Data doesn't support UIImage types as something we can save. Instead, let's use the underlying image data for our photo and save it as <b>Binary Data</b> in our Core Data Model. Once we're able to persist this successfully, our main list will need to be augmented to show these company images.