StyleManagerDelegate

The StyleManagerDelegate protocol defines a set of methods used for controlling the style.

  • location(for:) Default implementation

    Asks the delegate for a location to use when calculating sunset and sunrise

    Note

    This delegate method includes a default implementation that prints a warning to the console when this method is called. See UnimplementedLogging for details. .

    Default Implementation

  • styleManager(_:didApply:) Default implementation

    Informs the delegate that a style was applied. This delegate method is the equivalent of Notification.Name.styleManagerDidApplyStyle.

    Note

    This delegate method includes a default implementation that prints a warning to the console when this method is called. See UnimplementedLogging for details.

    Default Implementation

  • styleManagerDidRefreshAppearance(_:) Default implementation

    Informs the delegate that the manager forcefully refreshed UIAppearance.

    Note

    This delegate method includes a default implementation that prints a warning to the console when this method is called. See UnimplementedLogging for details.

    Default Implementation