-
Notifications
You must be signed in to change notification settings - Fork 511
Services (macOS)
Matt Sephton edited this page Apr 22, 2020
·
36 revisions
Services let people access functionality in one app from another. An app that provides services advertises the operations it can perform on particular types of data. The system then intelligently exposes its services in the app menu and in contextual menus that appear when Control-clicking text, files, and other kinds of data. For example, a service for creating a Mail message is available when you have selected text. — Apple Human Interface Guidelines
Services are sometimes known as Quick Actions.