NSImageView
A display of image data in a frame.
Declaration
class NSImageViewOverview
Image views can be static or editable. A static image view only displays the image that you specify. An editable image view object lets the user change the displayed image. You can also configure an image view to allow copying, pasting, deleting, and dragging of the image.
Topics
Creating the view
Configuring the cell
Specifying the image
Specifying the visual characteristics
Specifying the dynamic range
Responding to user events
Configuring symbol effects
addSymbolEffect(_:options:animated:)addSymbolEffect(_:options:animated:)addSymbolEffect(_:options:animated:)setSymbolImage(_:contentTransition:options:)removeSymbolEffect(ofType:options:animated:)removeSymbolEffect(ofType:options:animated:)removeSymbolEffect(ofType:options:animated:)removeAllSymbolEffects(options:animated:)