我的应用必须整合uploading image to set it as profile picture
。问题是所有图像必须是stored in web services
。
由于尚未创建Web服务。什么是best way to store images for temporary purpose
,以便在我提供后端时可以轻松集成它。示例教程可能会有所帮助
答案 0 :(得分:2)
我最好的想法是使用FTWCache(https://github.com/FTW/FTWCache)并将其缓存到本地。稍后,使用webservice,您仍然可以使用已编写的缓存机制来实现带缓存的NSURLConnection。利润! ; - )