Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
NSSharingService が使用する NSWindow をカスタマイズすることは可能のようです。これが行われた例を知っている人はいますか?
デリゲートを使用できますsharingServicePicker:sharingServicesForItems:proposedSharingServices:(`NSSharingServicePickerDelegate プロトコルに準拠する必要があります)。
sharingServicePicker:sharingServicesForItems:proposedSharingServices:
これにより、ユーザーに表示される直前に NSSharingServicePicker オブジェクトへの参照が提供されるため、そこでカスタマイズできます。