0

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

nacho4d
  • 43,720
  • 45
  • 157
  • 240

1 Answers1

0

You can create a view on the top of the uitable with a custom background. See this related question: Light gray background in "bounce area" of a UITableView
In your case you could have an image instead of a solid color.

Community
  • 1
  • 1
pasine
  • 11,311
  • 10
  • 49
  • 81
  • 1
    I also found this: http://cocoawithlove.com/2009/08/adding-shadow-effects-to-uitableview.html – nacho4d Nov 22 '10 at 04:00