mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
* Fixes issues with accessibility elements in scroll views There are two changes here: 1. Because we can't reliably update the screen positions of accessibility elements contained within a scroll view, we need to calculate them on demand, so we override the accessibilityFrame method to do that. 2. Throwing away our calculated accessibility elements on frame change seemed to cause the accessibility system to be confused. Combining these two fixes together results in success, yay! * Don't set the accessibilityFrame, getter is overridden.
6.5 KiB
6.5 KiB