0
votes
0answers
58 views

UIScrollView to ignore scrolls in child objects

I am creating an app with vertical scrollView, named scrollView1, inside that I have a place where users can trace out their signature on a autoGraph, named autograph1. the signature view (the child ...
0
votes
1answer
246 views

accessing class file crashes when scrolling starts (UIScrollview)

hopefully someone will be able to help me. I have a UIScrollView on my page. The .h file has set the UIscrollviewdelegate. I have a class file called "Picture.h / Picture.m". - ...
0
votes
1answer
613 views

Vertical or diagonal scrolling on UIScrollView

In my case the method scrollViewDidEndDecelerating can detect just horizontal scrolling in UIScrollView and i want to know how to detect diagonal or vertical scrolling.
2
votes
0answers
2k views

WWDC 2010 Session 104 Sample Code [duplicate]

Possible Duplicate: WWDC 2010 Sample Code Where I can found the FrogsDemo sample code from WWDC 2010 Session 104?
23
votes
4answers
2k views

In iOS 4.0, why does UIScrollView zoomToRect:animated: not trigger the scrollViewDidScroll or scrollViewDidZoom delegates while animating?

I need to closely monitor the scale of the scroll view so that I can update the content view's elements (a subview managing multiple CALayers) according to the scroll view's animated zoom. On iOS ...