Contents

count(_:)

Creates a badge displaying a localized numerical count.

Declaration

static func count(_ count: Int) -> NSItemBadge

Parameters

  • count:

    The integer value to localize and display in the badge.

Return Value

A new NSItemBadge instance with the localized specified count.