DisplayBarButtonItem
@MainActor
class DisplayBarButtonItem : BaseCustomBarButtonItem
This represents the bar button item for the display preferences popover. It changes its image to represent the currently selected timer display.
-
The timer group associated with these settings.
Declaration
Swift
@MainActor weak var group: TimerGroup? { get set }
-
The image to be displayed in the button.
Declaration
Swift
@MainActor override var image: UIImage? { get set }