Core Animation - Sheet-like Window Sliding
问题 How difficult would it be to use core animation to make an NSView slide in an out of view like a sheet? Generally speaking, what would be involved in accomplishing this? I've been reading through the CA documentation, but it's been hard for me to pinpoint which parts are relevant to what I want to do since I have no experience with the framework. Any tips at all would be much appreciated. Thanks. 回答1: Since you're talking of a NSView, you're probably using Cocoa's animation support, not CA