> On 15 Jul 2015, at 11:44, Muthulingam Ammaiappan <muthulinga...@gmail.com> > 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 (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com