Horizontal UITableView

后端 未结 7 907
别跟我提以往
别跟我提以往 2020-11-27 13:34

I want implement a layout in my ipad application that has a uitable view that scrolls left and right rather then up and down :

So rather than

row 1 row 2 ro

7条回答
  •  抹茶落季
    2020-11-27 13:59

    This question has been answered by apple. Scrolling example by apple

    Demonstrates how to implement two different style UIScrollViews. The first scroller contains multiple images, showing how to layout large content with multiple chunks of data (in our case 5 separate UIImageViews).

    this works for iPad also.

提交回复
热议问题