mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Added list view accessibility scrolling localization
This commit is contained in:
parent
5597eacb4e
commit
e673a3153f
43 changed files with 2825 additions and 2638 deletions
|
|
@ -140,6 +140,9 @@ public final class ChatListSearchRecentPeersNode: ASDisplayNode {
|
|||
|
||||
self.listView = ListView()
|
||||
self.listView.transform = CATransform3DMakeRotation(-CGFloat.pi / 2.0, 0.0, 0.0, 1.0)
|
||||
self.listView.accessibilityPageScrolledString = { row, count in
|
||||
return strings.VoiceOver_ScrollStatus(row, count).0
|
||||
}
|
||||
|
||||
super.init()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue