Post

Replies

Boosts

Views

Activity

Comment on Accessibility Inspector Bugs
Thanks! Filed as FB22599400 with a minimal sample project and screen recording. UILabels in a UIScrollView, UIFontMetrics-scaled custom fonts, numberOfLines = 0, adjustsFontForContentSizeCategory = true. Labels visibly grow with Dynamic Type, nothing clipped. iOS 26 sim: warning on 100% of labels, every run. iOS 18 sim: sample passes, but my main app still hits ~40% — couldn't isolate yet. Happy to provide more if useful.
6h
Comment on Determine which SIM is used to access the Internet
The variable ".dataServiceIdentifier" returns to me the identifier of the sim card that is currently used for data transfer. The ".serviceCurrentRadioAccessTechnology" variable returns the sim dictionary and connection technology. If I ask them right before the URL request, even if the user changes his location and network, for example, stops supporting 5G and only 3G remains, then before the next request I will still know this and will be able to work with the new data, right?
May ’24
Comment on Accessibility Inspector Bugs
Thanks! Filed as FB22599400 with a minimal sample project and screen recording. UILabels in a UIScrollView, UIFontMetrics-scaled custom fonts, numberOfLines = 0, adjustsFontForContentSizeCategory = true. Labels visibly grow with Dynamic Type, nothing clipped. iOS 26 sim: warning on 100% of labels, every run. iOS 18 sim: sample passes, but my main app still hits ~40% — couldn't isolate yet. Happy to provide more if useful.
Replies
Boosts
Views
Activity
6h
Comment on Determine which SIM is used to access the Internet
The variable ".dataServiceIdentifier" returns to me the identifier of the sim card that is currently used for data transfer. The ".serviceCurrentRadioAccessTechnology" variable returns the sim dictionary and connection technology. If I ask them right before the URL request, even if the user changes his location and network, for example, stops supporting 5G and only 3G remains, then before the next request I will still know this and will be able to work with the new data, right?
Replies
Boosts
Views
Activity
May ’24