使用水平滚动和页面指示器在UITableView中实现imageView滑动

时间:2015-10-14 12:06:30

标签: ios objective-c xcode swift uitableview

我想要一个带有可滑动的imageview的tableview单元格,如下例所示: -

enter image description here

我已经浏览了UIPageView元素,但我无法弄清楚如何在tableView Cell中实现它?

1 个答案:

答案 0 :(得分:0)

您必须自定义您的UITableCell 为此你必须添加:

  • 用于图像显示的SwipeView
     你可以点这个链接: https://github.com/nicklockwood/SwipeView
  • UIPageControl
    您可以从swipeview的numberOfPages和currentPage属性中跟踪页码。

  • 任何其他细节视图
    其中包含您的产品细节, 喜欢或任何其他按钮或标签。