https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views — is this sample code broken or is it me? It never displays the second column in the row for me.
Implementing Modern Collection Views | Apple Developer Documentation

Bring compositional layouts to your app and simplify updating your user interface with diffable data sources.

Apple Developer Documentation
Anyone at #Apple working specifically on #UICollectionView (or maybe generally #UIKit?) mind checking #Feedback/#rdar FB15040864. To me it seems that something with `group` `count` is broken in #CompositionalLayout.
So it appears @dasdom checked that with me and the Sample Code (https://developer.apple.com/documentation/uikit/views_and_controls/collection_views/implementing_modern_collection_views) works perfectly fine on his side. I tested this on Xcode 15 and 16 and on both a M3 and an Intel. I have no clue what’s wrong on my side :-)
Implementing Modern Collection Views | Apple Developer Documentation

Bring compositional layouts to your app and simplify updating your user interface with diffable data sources.

Apple Developer Documentation
@manu It’s still not working for you in the sample code?