Post

Replies

Boosts

Views

Activity

Comment on Recommended practice for VoiceOver accessibility label aggregation in UIKit (SwiftUI .combine equivalent)
Thanks! We found SwiftUI's .combine works across languages because it dynamically uses localized commas (like ، in Arabic). UIKit lacks a public API for just the separator, and NSListFormatter injects unwanted grammar (e.g., "and"). Given this: Is the recommended approach to manually maintain a mapping of localized separators? Could you share how SwiftUI fetches these under the hood so we can replicate it in UIKit?
Topic: General SubTopic:
Accessibility & Inclusion Q&A
4h
Comment on Recommended practice for VoiceOver accessibility label aggregation in UIKit (SwiftUI .combine equivalent)
Thanks! We found SwiftUI's .combine works across languages because it dynamically uses localized commas (like ، in Arabic). UIKit lacks a public API for just the separator, and NSListFormatter injects unwanted grammar (e.g., "and"). Given this: Is the recommended approach to manually maintain a mapping of localized separators? Could you share how SwiftUI fetches these under the hood so we can replicate it in UIKit?
Topic: General SubTopic:
Accessibility & Inclusion Q&A
Replies
Boosts
Views
Activity
4h