Best way to store images in iOS

前端 未结 2 1910
太阳男子
太阳男子 2021-01-04 17:23

I was wondering if anyone could suggest the best way for me to store images for my app.

I want to be able to provide an XML update functionality that will allow the

2条回答
  •  清酒与你
    2021-01-04 17:56

    Alternatively you could implement a solution using SQLite, Apple mentions it in the: Large Data Objects (BLOBs) section here:

    https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/CoreData/Articles/cdPerformance.html#//apple_ref/doc/uid/TP40003468-SW5

提交回复
热议问题