On Tue, Feb 18, 2014, at 06:00 PM, Rick Mann wrote: > I tried to set the contentOffset in the same animation block, but that > just makes the content move smoothly.
Don't move the scroll view. Have the banner appear over the scroll view and change the scroll view's contentInset instead. > Exacerbating things is that I KVO the contentOffset and update a bunch of > stuff in an overlay view, and none of that animates. contentOffset is not KVO-compliant. Do not observe contentOffset. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) 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 [email protected]
