UIAccessibility change UITableView voiceover announcements (row # of #)
问题 With VoiceOver enabled a user can use a 3 finger swipe gesture to scroll TableViews. VoiceOver verbally announces to the user a phrase indicating their location on the tableview i.e. the rows that are visible such as "Rows 1 to 4 of 5". I would like to override this verbal prompt and get voiceover to announce something else to the user. 回答1: You can't change only the message. You will have to override accessibilityScroll: and do the scrolling and then post the scroll announcement (at least I