문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top