Re: NSScrollView and NSTrackingArea woes
Re: NSScrollView and NSTrackingArea woes
- Subject: Re: NSScrollView and NSTrackingArea woes
- From: João Varela <email@hidden>
- Date: Fri, 17 Jul 2015 01:33:27 +0100
> On 15 Jul 2015, at 11:44, Muthulingam Ammaiappan <email@hidden> wrote:
>
> Hi J.Varela,
>
>
> i too faced the same problem... and i found that "inertial scrolling" has the reason for this misbehaviour.
> so "disable the inertia scrolling" will solve this problem.
>
> just add the following line to your application init method...
> [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"AppleMomentumScrollSupported"];//disable the inertia scrolling
>
>
>
> Thanks & Regards,
>
> Muthu
>
>
Thanks, Muthu, it really solved the problem I was seeing, but the scrolling is not smooth at all with that option off. Thus, I really have to find another solution.
_______________________________________________
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