Re: NSTableView - Detecting when user has finished scrolling
Re: NSTableView - Detecting when user has finished scrolling
- Subject: Re: NSTableView - Detecting when user has finished scrolling
- From: email@hidden
- Date: Wed, 30 Sep 2015 20:19:54 +0900
Check the NSScrollView notifications.
However you could try to observe changes to the NSClipView bounds.
You could also observe scroll events and so forth.
But ultimately you will run into semantics. Resting touches, momentum phases, some slight ambiguity on whether the user feels done scrolling vs mentally figuring out if they have scrolled near where the want to go quickly and might stop and slow down and back up a bit.
Question to you is, what are you trying to accomplish ?
Sent from my iPhone
> On Sep 30, 2015, at 7:45 PM, Peter Hudson <email@hidden> wrote:
>
> I would like to know when the user has finished scrolling one of my table views.
> I can’t see any obvious API to do it. ( I’ve checked the scrollers, views etc which are part of an NSTableView)
>
> All suggestions gratefully received.
>
> Peter
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden