SoundBarButtonItem

@MainActor
class SoundBarButtonItem : BaseCustomBarButtonItem

This represents the bar button item for the sound preferences popover. It changes its image to represent the currently selected alarm sound.

  • 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 }