IKImageBrowserView scrolling with core animation
IKImageBrowserView scrolling with core animation
- Subject: IKImageBrowserView scrolling with core animation
- From: Dan Treiman <email@hidden>
- Date: Thu, 6 Nov 2008 15:48:03 -0600
I'm having some trouble with an IKImageBrowserView in a layer-backed
NSScrollView. Everything works fine when the scrollers are hidden,
but as soon as I have too many images to fit in the view, it gets
confused. Specifically, when I scroll all the way to the bottom, I
see my last row of images just fine. But as I scroll upwards, more
and more of the view gets clipped, when I get to the top, the view is
empty.
I've tried turning off layer-backing, and it works perfectly - I only
have the problem when layer-backing is on
(I'm calling [view setWantsLayer:YES] on an ancestor of the scroll
view). Is there anything I can do to fix this?
thanks,
-Dan Treiman
_______________________________________________
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