开发者

How can I save images to iphone directory and retrieve it?

I want to save image in iphone album and retrieve them on particular index, how can I?

I have to save profile of many p开发者_开发问答eople, along with their images, so how can I access such concept?


Do not save images in iPhone album if they're your application related only.

The better way is to create directory in your application documents directory and store them there. Or even better, do use CoreData and transient property to store image on your disk to keep your data well organized.


you also have choice to save the image in sqlite3 database and retrieve it when needed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜