We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66d402 commit d995636Copy full SHA for d995636
Example/AccessibilitySnapshot/InvertColorsViewController.swift
@@ -33,8 +33,14 @@ final class InvertColorsViewController: AccessibilityViewController {
33
view = View()
34
}
35
36
+ override func viewDidLoad() {
37
+ super.viewDidLoad()
38
+
39
+ updateStatusLabel()
40
+ }
41
42
override func viewWillAppear(_ animated: Bool) {
- super.viewWillAppear(animated)
43
+ super.viewWillAppear(animated)
44
45
notificationObserver = NotificationCenter.default.addObserver(
46
forName: UIAccessibility.invertColorsStatusDidChangeNotification,
0 commit comments