Contents

touchBarPauseTemplateName

A template image for pausing media playback or slides.

Declaration

class let touchBarPauseTemplateName: String

Discussion

[Image]

Before pausing, store the current location so playback can resume later.

Touch Bar template images are exclusively for use in NSTouchBarItem objects and not in onscreen windows.

Use template images for your NSTouchBarItem images because, in the Touch Bar, template images respond automatically to system white-point changes.

See Also

Using template images