Badgeable
public protocol Badgeable : UIView
A protocol for allowing the addition of a badge in the top right corner
-
configure(badgeStyle:
Extension methodwithColor: theme: ) Undocumented
Declaration
Swift
public func configure(badgeStyle style: NatBadge.Style, withColor color: NatBadge.Color, theme: AvailableTheme = .none)
-
setBadgeIsHidden(_:
Extension method) Undocumented
Declaration
Swift
public func setBadgeIsHidden(_ hidden: Bool)
-
setBadge(count:
Extension method) Undocumented
Declaration
Swift
public func setBadge(count: Int)
-
removeBadge()
Extension methodUndocumented
Declaration
Swift
public func removeBadge()
-
configure(limit:
Extension method) Undocumented
Declaration
Swift
public func configure(limit: NatBadge.Limit)