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
* - SortBar: disable hidden items to also remove it from VoiceOver
- StaticTableViewRow: no longer embed controls directly into a UITableViewCell, but in their .contentView instead, fixing an issue with "blocked" controls in iOS 14.2 where the UITableViewCell's content view would be layered on top and consume all taps
* - StaticTableViewRow: adapt dater picker to iOS 14 (also tested style .inline, but that seems to be broken as of iOS 14.2, collapsing the month name)
* - fix UIWindow / UIScene conflict issue
* - updated build and version number
- updated release notes for 11.4.3
* - StaticTableViewRow: avoid duplicate constraint code
* - SortBar: add .accessibilityElementsHidden and posting of UIAccessibility layout change notification to inform VoiceOver
* updated changelog and fastlane release notes
* switching back to the latest master SDK commit
* fixed empty "Fake" view controller on new back history stack on iOS 14, when first view controller in stack was selected
* - setting a view title for the new back button history stack
- disable to use the view title as back button title, use generic "Back" instead
Co-authored-by: Matthias Hühne <[email protected]>
0 commit comments