views:

31

answers:

2

hi all,

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?

A: 

I found a demo project here which looks pretty neat!

http://blog.sallarp.com/iphone-sliding-menu/

Thomas Joos
A: 

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

Look at a PageControl example from the iPhone SDK.

macbirdie