• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
_updateTrackingAreas really slow
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

_updateTrackingAreas really slow


  • Subject: _updateTrackingAreas really slow
  • From: "email@hidden" <email@hidden>
  • Date: Thu, 17 May 2012 10:04:22 -0700

I have an NSCollectionView with really simple (i.e. no tracking areas) item views.

In a test case of about 1500 items, scrolling gets unacceptably choppy. I've tracked this down to calls to a private method,
-[NSView _updateTrackingAreas].

While scrolling,  _updateTrackingAreas is called for my item views each time they move a few pixels, even though they have no tracking areas. _updateTrackingAreas in turn calls
-[NSNotificationCenter postNotificationName:object:userInfo:], which is what is actually taking up all the time.

Stubbing out _updateTrackingAreas improves the scrolling dramatically, but I'd like to find a sanctioned way to at least delay the recalculation of tracking areas until scrolling is done.

Any pointers?

_murat
_______________________________________________

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

  • Follow-Ups:
    • Re: _updateTrackingAreas really slow
      • From: Corbin Dunn <email@hidden>
  • Prev by Date: Zooming in and out in WebView
  • Next by Date: Re: _updateTrackingAreas really slow
  • Previous by thread: Zooming in and out in WebView
  • Next by thread: Re: _updateTrackingAreas really slow
  • Index(es):
    • Date
    • Thread