Frage

Can anyone briefly explain me how to save multiple image from UIImagepickercontroller to sqlite3 db

War es hilfreich?

Lösung

Convert the image data to base 64 for optimization and then save it in sqlite3 db. But it is not advisable to add image data into the sqlite.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top