多图片库
我们如何在 iPhone 应用程序中构建多个图库?要求是我的视图中有一个选择器,它有七个选择,每个选择都有一个图像库,通过选择选择器,相应的图像库将出现在视图中。
我非常感谢任何指导或帮助。
How can we built more than one image gallery in an iPhone application? The requirement is I have a picker in my view it has seven selections, each selection has one image gallery, by selecting the picker a correspondent image gallery will apper in the view.
I am greatly appreciative of any guidance or help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单地创建一个图库控制器,当您点击选择器行时传递图像数组,为该索引选择图像数组,然后在屏幕上推送/呈现图库控制器。
simple create a gallery controller pass an array of images when you tap on a picker row select array of images for that index and then push/present gallery controller on screen.