subclassing UIScrollView

2009-03-11 Thread David Cake
I've sub-classed UI Scroll view. Ultimately, what I am trying to do is allow scrolling in only certain directions. Just using a delegate, I can determine which direction scrolling is taking place it, but there doesn't seem to be any way I can do anything about it until it is over.

Re: subclassing UIScrollView

2009-03-11 Thread David Duncan
On Mar 11, 2009, at 2:39 PM, David Cake wrote: I've sub-classed UI Scroll view. Ultimately, what I am trying to do is allow scrolling in only certain directions. Just using a delegate, I can determine which direction scrolling is taking place it, but there doesn't seem to be any way I can

Re: subclassing UIScrollView

2009-03-11 Thread David Cake
At 2:47 PM -0700 11/3/09, David Duncan wrote: On Mar 11, 2009, at 2:39 PM, David Cake wrote: I've sub-classed UI Scroll view. Ultimately, what I am trying to do is allow scrolling in only certain directions. Just using a delegate, I can determine which direction scrolling is taking place