如何在iPhone/iPad中实现水平画廊
大家好,
我正在尝试在我的 iPad 应用程序中实现类似水平画廊的选项。我听说 Android 中有一个名为“gallery”的选项可以实现这种实现。但是,我们有什么方法可以在 iPad 中实现此功能..我附上屏幕截图以使问题更清楚....(图库可以在屏幕截图的底部看到)
HI guys,
I am trying to implement a horizontal gallery like option in my iPad app. I'v heard that there is an option called "gallery" in Android to do this kind of implementation. But, is there any way in which we can implement this feature in iPad..I am attaching a screen shot to make the question more clear.... (gallery can be seen in the bottom of the screen shot)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这可以帮助您:https://github.com/Kastet/APCarouselView
That can help you: https://github.com/Kastet/APCarouselView
您可以使用 UIPagecontroll 类。
您还可以查看 Xcode 中的 PageControl 示例代码。
You can achieve this using the UIPagecontroll class.
You might also take a look at the PageControl sample code in Xcode.
分配一个滚动视图并在其中调用您的数据。希望下面的片段对您有所帮助。该代码片段将创建一个水平滚动视图。
Allocate a scrollView and call your datas inside it. Hope the below snippet will help you. The snippet will create a horizontal scroll view.