有没有提供网络和磁盘缓存的 iOS 库?
我只是想知道是否有任何库可以为 iOS 4 和 iOS 4 提供网络以及磁盘缓存。多于。 我知道 AFNetworking 用于网络和网络SDURLCache & AFCache 用于磁盘缓存。但我希望两者合二为一。 任何想法请帮助,因为我是 iOS 开发新手。
我可以在 iOS5 中启用 ARC 的情况下使用 AFNetwork吗?这会不会有什么问题呢?
我忘了提及我已阅读此选项,但随着它消失,我想知道是否还有其他选项
I just wanted to know that is there any library which provides networking as well as disk caching both for iOS 4 & above.
I know AFNetworking for networking & SDURLCache & AFCache for disk caching. But I want both support in one.
Any idea pleas help as I am new to iOS development.
Can I use AFNetwork with ARC enabled in iOS5. Will there be any issues for this?
I forgot to mention that I have read this option but as its going away I want to know whether there is any other option
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 ASIHTTPRequest http://allseeing-i.com/ASIHTTPRequest/
Check ASIHTTPRequest http://allseeing-i.com/ASIHTTPRequest/
RestKit 有什么帮助吗?它可以让您将内容在线集成到 CoreData。
Could RestKit be of any help? It let's you integrate stuff online to CoreData.