You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to override the default iOS VoiceOver read out during the scrolling of a UITableView with RxTableViewSectionedReloadDataSource binded to it.
After extending our ViewController to UIScrollViewAccessibilityDelegate and implementing
we will receive a crash when VoiceOver is enabled and we are trying to scroll the list.
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RxCocoa.RxTableViewDelegateProxy accessibilityScrollStatusForScrollView:]: unrecognized selector sent to instance 0x282a966f0'
To recreate the error, you can simply display this VoiceOverScrollStatusViewController and scroll down the list with VoiceOver enabled.
We are trying to override the default iOS VoiceOver read out during the scrolling of a UITableView with
RxTableViewSectionedReloadDataSource
binded to it.After extending our ViewController to
UIScrollViewAccessibilityDelegate
and implementingwe will receive a crash when VoiceOver is enabled and we are trying to scroll the list.
To recreate the error, you can simply display this
VoiceOverScrollStatusViewController
and scroll down the list with VoiceOver enabled.The text was updated successfully, but these errors were encountered: