views:

28

answers:

1

Hi,

I have a UITableView and I would like it ho have the same effect when scrolling as the picture. (Shadow below UINavigationBar and above of UITableView)

How can I do this?:

alt text

A: 

You can create a view on the top of the uitable with a custom background. See this related question: http://stackoverflow.com/questions/1166236/light-gray-background-in-bounce-area-of-a-uitableview
In your case you could have an image instead of a solid color.

notme