We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
animateThemeTransitions
1 parent c5b0b49 commit a838cafCopy full SHA for a838caf
Sources/ThemeManager.swift
@@ -421,7 +421,7 @@ public class ThemeManager: NSObject {
421
// MARK: Theme Switching
422
423
/// Animate theme transitions?
424
- public var animateThemeTransitions: Bool = true
+ @objc public var animateThemeTransitions: Bool = true
425
426
/// Keypath for string `values.ThemeKitTheme`.
427
private var themeChangeKVOKeyPath: String = "values.\(ThemeManager.userDefaultsThemeKey)"
0 commit comments