IOS UIScrollView with voice support

I am relatively new to iOS development and am struggling with a problem with UIScollViewvoice mode.

I also have a UIScollViewset WebViewsthat displays as a scroll. Scrolling works fine with a swipe as usual. When I turn on VoiceOver, I expected it to work the same with a three-finger finger gesture, but it doesn’t respond or scroll.

I have a file xib, and this one is ScrollViewadded to xiband has its own controller class, which adds several web views toScrollView

Please let me know if I am missing something very simple.

+5
source share

All Articles