I have an iPhone app where I have a view and following hierarchy.
View
ImageView
ScrollView
OtherItems
I have ImageView background set to an image and ScrollView color to clearColor but still the background is white in simulator and iphone both. Why is that so? Although I can see the background in the IB.
I restarted XCode and it worked!