Color / image behind a view with elastic scrolling?

520 Views Asked by At

How can I set the image "behind" the view when elastic scrolling kicks in?

By default it's just white, I'd like to set it to a color or an image- like how Safari has linen behind its' WebView and so on.

1

There are 1 best solutions below

0
On BEST ANSWER

The way I'm currently doing this in my app is just by adding a big UIImageView behind the scroll view in my view controller.

I spent a while messing around with the background image property on table views and stuff but I encountered a lot of weirdness when I changed the contentInset/contentOffset if I did it that way.