views:

1183

answers:

1

What i ultimately would LOVE to do is having my scroll view contents scrolling (in the scroll view control), and have a static background (a wallpaper image).

I've tried a combination of things, none of which really yields what im looking for, not even close really.

Has anybody attempted this before?

A: 

After some quick googleing I found two links that will help you:

Google Groups discussion on this question
Blog post on how to do this.

Lucas McCoy
hmm. im somewhat skeptical this will work. but thanks, ill see if i find success.
Edward An
Ok. so apparantly a transparent UIScrollView is certainly.It seems like my scroll viewer's content is whats making it NOT translucent. How can i make the content (a UIView) to be transparent?
Edward An
Ok. it's simply setting the content UIView's self.backgroundColor = [UIColor clearColor]. that was a long time fixing a very simple bug.
Edward An
@Edward An: You should post your solution as an answer for others to find.
Lucas McCoy