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?:
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?:
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.