> On Jul 25, 2019, at 19:12, Dragan Milić via Cocoa-dev > <[email protected]> wrote: > > Hi everyone, > > Here's a very straightforward question: starting a dragging session with > > -[NSDraggingSession beginDraggingSessionWithItems:event:source:] > > and having multiple dragging items automatically adds a badge, showing items > count, to the composited dragging image. Is there any public way to hide/not > show that badge? For certain reasons, even though a user can drag multiple > items of certain type in my application, I want just a simple image without a > badge displayed.
Use the single image methods instead of adding multiple items. Steve via iPad _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
