I have a UIScrollView
added to a UIView. Now I have added the background image to scrollVIew.
The image has a fixed size, for example 320X460. But when the scroll scrolls further, I see areas of white color in the scroll view.
How can I prevent this?
I tried adding an image to the view and making the scrollview background as clearColor, but it does not work.
[scrollView addSubView:imageView]
Illep source share