Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How I can implement the following menu (also supports scrolling and animation for bar item).

enter image description here

share|improve this question

1 Answer

Use a UIScrollview with all the buttons as subviews. Do the animation when a button is selected.

share|improve this answer
Thanks, understood, but how about button "<<"? How I can do this layout. – Exterminator13 Apr 29 '11 at 12:15
I would to that as an image that is added to the scrollView. When a button is tapped, change the position and animate the change using the animation framework in UIView. – Johan Apr 29 '11 at 12:20

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.