I'm working on a scrollable grid view and noticed that its appearance during scrolling has regressed since installing 10.8.
This grid view loads content in the background and calls -setNeedsDisplayInRect: (thread-safely) as content becomes available. With copy-on-scroll enabled, -setNeedsDisplayInRect: seems to be ignored until scrolling stops, at which point the content snaps in. With copy-on-scroll disabled, the view displays normally, but is less performant than the copy-on-scroll version running on 10.7. Is there a way to have these setNeedsDisplayInRect: calls respected during scrolling? Thanks for any guidance! David _______________________________________________ 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