标签: iphone image uitableview slider
我想将照片滑块添加到UITableViewCell中,就像在appstore应用程序说明中一样。 应用程序屏幕截图有一个滑块。
我尝试添加一个EGOPhotoViewController,但我很困惑。
了解什么是实现它的最佳解决方案?
答案 0 :(得分:0)
我会创建一个自定义UITableViewCell,其中包含UIScrollView,其中包含多个UIImageView,并且pagingEnabled设置为YES。
UITableViewCell
UIScrollView
UIImageView
pagingEnabled
YES