I am trying to create a scrollview which will have many views (uiimageviews, uitextfield, etc.) and they are spaced out. The scrolling works but only when you physically touch the uiImages within. I'd like to have it scroll as long as you touch anywhere within the scrollview. I'm sure this is a rookie mistake but if you need code I can post some.
UPDATE
It's weird but it seems to work if I set the uiscrollview to have a backgroundColor
, but it does not work if its clearColor
.
UPDATE 2 Even more strangly if I set [self.view setBackground = [UIColor whiteColor]]` the scrollview works perfectly fine without a background color. Is there some sort of requirement to use a background color?
Does anyone know what's going on?