소스 검색

restrict VoiceOver to read chat list title as title, not additionally as a button, the accessibility hint informs already about the tap action

cyberta 3 년 전
부모
커밋
0c1dc88bd2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      deltachat-ios/Controller/ChatListController.swift

+ 1 - 0
deltachat-ios/Controller/ChatListController.swift

@@ -26,6 +26,7 @@ class ChatListController: UITableViewController {
         view.addGestureRecognizer(navTapGesture)
         view.isUserInteractionEnabled = true
         view.font = UIFont.systemFont(ofSize: 17, weight: .semibold)
+        view.accessibilityTraits = .header
         return view
     }()