PDA

View Full Version : UIScrollView problem




pityme
Sep 26, 2008, 05:41 AM
Hi all,

When I set the scrollEnabled to false, the scrollView stops to detect the two finger touches.(The zoomin/zoomout like actions)

Does anyone know how to solve this?
Thanks a lot

-----------
Now another problem. The scrollView always scroll to the top by itself, when I scroll it down. Anyone has clue how this happen?


-



mccannmarc
Sep 26, 2008, 05:52 AM
you will have to check for them yourself, theres plenty of tutorials available on the apple developer site

pityme
Sep 26, 2008, 10:10 PM
you will have to check for them yourself, theres plenty of tutorials available on the apple developer site

Thanks~At least I got the confirmation.

pityme
Sep 26, 2008, 10:17 PM
The second problem solved. The event was screwed because I overwrote the touchesbegan method:D:D