tags:

views:

78

answers:

1

Hi,

I want to use many bars like this one in my app (i don't know how to name it : the bar that contains "The Early Show" "48 Hours").

Is there a simple way to create something like this ? What are the basic objects to use ? Thanks.

bar from CBS app

A: 

AKAIK, there is nothing in the SDK that does this for you. However, a UIScroll view, with some custom UIButons and a nifty mask image could be used to reproduce something like what you've shown in the screenshot.

Something like this: http://blog.sallarp.com/iphone-sliding-menu/

Eric Schweichler
Thanks, i did the job with it
lefakir
So, how about accepting this as the correct answer to your question? Thanks.
Eric Schweichler