CoreData : store images to DB or not?

后端 未结 2 992
不思量自难忘°
不思量自难忘° 2020-12-02 07:54

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

2条回答
  •  天命终不由人
    2020-12-02 08:45

    You can simply store UIImage objects in CoreData directly, just use Transformable data type, and you are ready to go

提交回复
热议问题