Search code examples
iphonelistviewhorizontallist

How to create a horizontal scrollable list?


I am wondering what the best approach is for creating a horizontal list with custom buttons. I read there is no native control for that:

I am considering a UIView with a scroll view inside. On this scrollview I visualize my array of button objects.

Any thoughts?


Solution

  • Using a UIScrollView with paging and only horizontal scrolling should give you a good start.

    Look at a PageControl example from the iPhone SDK.