You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rightBarButton.accessibilityLabel =NSLocalizedString("Mark All as Read", comment:"Accessibility label for the Mark All Notifications as Read Button")
133
-
rightBarButton.accessibilityHint =NSLocalizedString("Marks Every Notification as Read", comment:"VoiceOver accessibility hint for the Mark All Notifications as Read Action")
134
-
navigationItem.rightBarButtonItem=rightBarButton
130
+
leftBarButton.tintColor =.white
131
+
leftBarButton.accessibilityTraits =.button
132
+
leftBarButton.accessibilityLabel =NSLocalizedString("Mark All as Read", comment:"Accessibility label for the Mark All Notifications as Read Button")
133
+
leftBarButton.accessibilityHint =NSLocalizedString("Marks Every Notification as Read", comment:"VoiceOver accessibility hint for the Mark All Notifications as Read Action")
0 commit comments