Closed pyby closed 1 year ago
It appears there is a layout issue with collections when building the Play app with the iOS 17 SDK, at least with beta 8:
Here is a video of the above.
The layout is due to incorrect horizontal layout traits propagation to the collection view layout, most likely due to changes to the traits hierarchy.
Maybe there is also a bug to report to Apple here.
The layout is due to incorrect horizontal layout traits propagation to the collection view layout, most likely due to changes to the traits hierarchy.
Maybe there is also a bug to report to Apple here.
Indeed, prior to iOS 17, a child view controller inherited its trait collection from its parent view controller. Starting from iOS 17, a child view controller inherits its trait collection from its superview.
The collection view issue has been reported as iOS 17 regression: Collection view composition layout environment trait collection is incorrectly updated, filed under FB13173057.
On tvOS 17, the List
SwiftUI view used:
Here is a video.
The focused button issue is a tvOS 17 regression, reported as tvOS 17 regression: Cell default focused appearance is broken after modal presentation dismissal under FB13183500.
The cell issue appearance FB13183500 has (mostly) been fixed in tvOS 17.1 beta 1. Still it seems that presenting a modal from a SwiftUI button using UIKit presentation has broken behavior.
For the moment I won't close the issue, maybe we should create another sample project with a UIKit modal, report this issue separately and close the above one.
Issue type
As usual we must work on compatibility updates for iOS 17 and tvOS 17.
Description of the problem
Build and check all features, UI and UX work as expected.
List of tasks: