mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
MESSENGER-4518 add voiceover description
This commit is contained in:
@@ -44,7 +44,7 @@ final class EnterPinCodeViewController: UIViewController {
|
||||
@IBOutlet private weak var explanatoryLabel: UILabel!
|
||||
@IBOutlet private weak var forgotPinButton: UIButton!
|
||||
@IBOutlet private weak var bottomView: UIView!
|
||||
|
||||
@IBOutlet private weak var digitButtonReset: UIButton!
|
||||
// MARK: Private
|
||||
|
||||
private var viewModel: EnterPinCodeViewModelType!
|
||||
@@ -87,6 +87,8 @@ final class EnterPinCodeViewController: UIViewController {
|
||||
if BWIBuildSettings.shared.showBUMLottieAnimation {
|
||||
inactiveLogoImageView.isHidden = true
|
||||
}
|
||||
// BWI: accessibility description
|
||||
digitButtonReset.vc_setupAccessibilityTraitsButton(withTitle: BWIL10n.pinProtectionResetButtonAccessibilityLabel, hint: BWIL10n.pinProtectionResetButtonAccessibilityHint, isEnabled: true)
|
||||
}
|
||||
|
||||
override func viewWillAppear(_ animated: Bool) {
|
||||
|
||||
Reference in New Issue
Block a user