简体   繁体   中英

Voice over: Read items of table cell separately - not as a whole

Voice over reads the whole cell (all the items without pauses and a need to select next element), then after each right swipe it reads each of the items again one by one. I can get read of the second but not the first. I need to remove the focus from the cell as a whole, and have Voice Over announce its labels one by one, as if it wasn't a table cell at all. I tried playing with accessibilityElementsHidden , shouldGroupAccessibilityChildren and isAccessibilityElement , but I only managed to remove Voice Over for the cell completely or remove separate items reading, leaving reading it as a whole, which is the opposite of what I need. How do I remove the focus from the ell as a whole leaving focuses for all of its items separately?

只要使每个单独的项目都可以访问,并带有明智的可访问性标签,然后VoiceOver就会停止宣布整个单元。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM