I am making an app that takes photos from web site for some Username and shows it in a UITable with username then when clicking user name it shows photos for this user and t
You can simply store UIImage objects in CoreData directly, just use Transformable data type, and you are ready to go