Re: scrolling mechanism question
Re: scrolling mechanism question
- Subject: Re: scrolling mechanism question
- From: Allan Odgaard <email@hidden>
- Date: Thu, 1 Apr 2004 19:50:14 +0200
On 1. Apr 2004, at 17:54, Ivan Kourtev wrote:
I have a scroll view. How do I know that the user has scrolled?
Should one
Why do you need that info? Wether or not your custom view is inside a
scroll view ought to be transparent for your code.
That said, I would *think* that the clip view calls
translateOriginToPoint: on your view each time it is scrolled, so by
overriding that method, you may be able to learn about it.
** Cocoa FAQ: <
http://www.alastairs-place.net/cocoa/faq.txt> **
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.