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.
1 parent 21a021f commit f5e821cCopy full SHA for f5e821c
1 file changed
Source/TopView/TopView.swift
@@ -30,6 +30,7 @@ open class TopView: UIView {
30
button.addTarget(self, action: #selector(flashButtonDidPress(_:)), for: .touchUpInside)
31
button.contentHorizontalAlignment = .left
32
button.accessibilityLabel = "Flash mode is auto"
33
+ button.accessibilityHint = "Double-tap to change flash mode"
34
35
return button
36
}()
0 commit comments