我的应用程序必须集成uploading image to set it as profile picture
. 问题是所有图像都必须是stored in web services
。
由于尚未创建 Web 服务。当我best way to store images for temporary purpose
获得后端时,我可以很容易地集成它。示例教程可能会有所帮助
我最好的想法是使用 FTWCache ( https://github.com/FTW/FTWCache ) 并将其缓存在本地。后来,使用webservice,你仍然可以使用你已经写好的缓存机制来实现带有缓存的NSURLConnection。利润!;-)