Domanda

I am working on a project that involves storing video, photo, audio, and text data. What would be the best way of doing this? I want to find the most efficient way possible before I start. The data will have to be editable also. When the user selects a tableview cell, a detailview will be displayed that shows all the data.

È stato utile?

Soluzione

Storing on the file system definitely. Best practices indicate storing the photos and videos in photo album serves best, as users can access them without accessing your app also.Also to create a reference for yourself, you can store an identifier such as video or photoname in coredata.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top