How Can I Save & Retrieve an image (bytes) to SQLite (blob) using FMDB?

后端 未结 2 903
余生分开走
余生分开走 2020-12-30 17:08

I\'m making an iOS App that need to show some images from a remote site (from an URL), and everytime the users enter to the screen that should show the image, the app get fr

2条回答
  •  暖寄归人
    2020-12-30 17:56

    Check out main.m in the FMDB distribution- it shows how to save and pull out a binary blob (using the safari icon as an example)".

提交回复
热议问题