badgeColor
The background color of the item’s badge.
Declaration
@NSCopying var badgeColor: UIColor? { get set }Discussion
The default value is nil. If you don’t specify a value, the item uses systemRed.
The background color of the item’s badge.
@NSCopying var badgeColor: UIColor? { get set }The default value is nil. If you don’t specify a value, the item uses systemRed.