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.
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.
Copyright © 2021 Jogjafile Inc.
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.