Skip to content

Commit f5e821c

Browse files
authored
Update TopView.swift
1 parent 21a021f commit f5e821c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/TopView/TopView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ open class TopView: UIView {
3030
button.addTarget(self, action: #selector(flashButtonDidPress(_:)), for: .touchUpInside)
3131
button.contentHorizontalAlignment = .left
3232
button.accessibilityLabel = "Flash mode is auto"
33+
button.accessibilityHint = "Double-tap to change flash mode"
3334

3435
return button
3536
}()

0 commit comments

Comments
 (0)