Hi
I am developing iPhone application and In that application I've one TableViewController, and that TableViewController made up of Custom table cell. into those cell I am loading image from URL, but the scrolling is not that smooth,(because each cell load images everytime when scrolling happen.)
So I decided to store those images into application document folder, but i don't how to use document folder in iPhone when application is in running state.
any suggestion?
And on other forums I found that SQLITE has blob datatype to store binary data,
which method is efficient, document folder or sqlite to store image?
thanks in advance.