i want to build a scrolled-menu uicomponent like the image given below.could u guys help me which is the best place to start.Am i supposed to use a toolbar with button embedded with scroll? any help is much appreciated..

i want to build a scrolled-menu uicomponent like the image given below.could u guys
Share
I would use a
UIScrollViewwith your buttons as subviews. Forget about usingUIToolbarbecause that would make things very complicated (You can use an image to imitate the appearance of the toolbar).Just make a
UIScrollView, add your buttons as subviews, and remember to set thecontentSizeaccording with the number of buttons you have (numButtons*buttonWidth).That’s my approach, but maybe there’s another good/elegant solution.
Here you’ll find a PSD that will help imitating the toolbar.