fluentui-apple/Docs/macOS/Controls/BadgeView.md

770 B

Badge View

Overview

BadgeView is used to display short colored text over a colored background

BadgeView.png

Best Practices

Do

  • Use BadgeView to display short strings

Don't

  • Use BadgeView to display long strings that risk taking multiple lines

Usage

BadgeView(title: "Badge")

Implementation

Control Name

BadgeView in Swift, MSFBadgeView in Objective-C

Source Code

BadgeView.swift

Sample Code

TestBadgeViewController.swift