Enhance the Finder’s user interface by adding badges, shortcut menu items, and toolbar buttons.
SDK
- macOS 10.10+
Enhance the Finder’s user interface by adding badges, shortcut menu items, and toolbar buttons.
SDK
class FIFinder Sync
Subclass the FIFinder
class to add badges, custom shortcut menus, and toolbar buttons to the Finder. Although the FIFinder
class does not provide any developer accessible API, it does adopt the FIFinder
protocol. This protocol declares a number of methods you can implement to modify the appearance of the Finder. For more information on these methods, see FIFinder
. To learn more about creating a Finder Sync extension, see Finder Sync in App Extension Programming Guide.
class FIFinder Sync Controller
The FIFinder
class acts as a bridge between your Finder Sync extension and the Finder itself. Use the Finder Sync controller to configure your extension, to set badges on items in the Finder’s window, and to get a list of selected and targeted items.
protocol FIFinder Sync Protocol
The FIFinder
protocol defines the interface for adding badges, custom shortcut menus, and toolbar buttons to the Finder.