Moving Accessibility Voiceover cursor focus to a specific element

后端 未结 3 1998
时光取名叫无心
时光取名叫无心 2021-02-14 10:45

I\'m having an issue with moving the voiceover cursor to a specific element on viewDidAppear. I followed Apple\'s guidelines for focusing on a specific element, in this case a d

3条回答
  •  感动是毒
    2021-02-14 10:59

    If I remember correctly i was not able to reliably focus on elements on first of the view as VO will generally focus on the top of the view.

    The code you are doing is correct, but at this point the system will trigger it's own event and override yours.

    What you can try to do is post a notification with a delay. But that will result in focus jumping around a little bit when opening the view.

    It's not much of an answer, but that is where I'm at at the moment. I'll update you if I figure out a way to do it.

提交回复
热议问题