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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The way I’m currently doing this in my app is just by adding a big
UIImageViewbehind 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/contentOffsetif I did it that way.