iOS 集成照片应用
我正在开发一个 iOS 应用程序。我从网络上收集图像,将它们存储在 Documents 目录中,并希望能够显示它们,例如 facebook 应用程序显示您的照片。我认为它使用了 iOS 的原生照片应用程序。我在苹果文档和谷歌上搜索过,但没有结果。那么,这有可能吗?
I'm developing an iOS app. I get collection of images from web, store them in Documents directory and want to be able to show them, say, as facebook app shows your photos. I think it uses native photos app of iOS. I've searched in apple docs and googled, but with no result. So, is it possible at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Facebook 不使用原生照片应用程序。它为此构建了自己的工具包,甚至开源了他们的工具包 -
Three20
。它确实支持为基于网络的内容创建照片库,所以我想这会适合您的用例。您可以从查看教程
<开始/a> 及其文档已在网上提供。具体请查看此
。Facebook doesn't use the native photos app. It has built its own toolkit for that and have even open sourced their toolkit -
Three20
. It does have support for creating photo galleries for content based on the net so I imagine this will suit your use case. You can get started off by looking attutorials
already available on the net along with their documentation. Specifically look atthis
.