is it possible to make a scrollView transparent?

Hi Everyone.

I’m trying to make a scrollView on storyboard.

It works fine…

But I wanted to know if there is a way to make the white background change to alpha = 0

or transperent, or invisible.

The idea is that you can only see the objects, or the images inside the scrollView but not the

white background.

Thanks for your help.

Victor

put this in when you create the scrollview

hideBackground = true,

Thank you very much. That solve the problem!!!

I wish all the problem were that easy to solve.

Thank you cublah, you saved my life.

your friend

Victor

put this in when you create the scrollview

hideBackground = true,

Thank you very much. That solve the problem!!!

I wish all the problem were that easy to solve.

Thank you cublah, you saved my life.

your friend

Victor