D detz macrumors 65816 Original poster Jul 18, 2008 #1 I have multiple views in a UIScrollView and when I use the zoom method it zooms one view only..how can I get them all to zoom?
I have multiple views in a UIScrollView and when I use the zoom method it zooms one view only..how can I get them all to zoom?
M manpreets7 macrumors newbie Jul 20, 2008 #2 detz said: I have multiple views in a UIScrollView and when I use the zoom method it zooms one view only..how can I get them all to zoom? Click to expand... Maybe you can add all your views as subviews to an underlying (transparent) view and zoom that instead ... 🙂
detz said: I have multiple views in a UIScrollView and when I use the zoom method it zooms one view only..how can I get them all to zoom? Click to expand... Maybe you can add all your views as subviews to an underlying (transparent) view and zoom that instead ... 🙂