| Sign In/My Account | View Cart |
| Article: |
Animating Graphics in Cocoa, Part 1 | |
| Subject: | Animating an NSImageView | |
| Date: | 2003-04-28 09:42:37 | |
| From: | anonymous2 | |
| Speaking of animation. I am trying to move an NSImageView around a window. I can do that, but I have problems with leaving portions of the View behind. Is there some trick to move the View without these reminants? I was thinking about hiding the view, moving it, then redisplaying it, but I don't see a method to hide an NSImageView. | ||