Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] CollectionView - Use compositional layouts #23758

Closed
wants to merge 28 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c77af26
Start implementing Compositional layouts for iOS CollectionView
Redth Apr 18, 2024
78141cd
Add back grouping
Redth Apr 19, 2024
dd3db57
Remove more custom sizing and invalidation logic
Redth Apr 29, 2024
81ea621
PlatformHandler weakref was getting cleared too early
Redth Apr 29, 2024
38f978c
Remove some custom measuring code, use compositional layout
Redth Apr 29, 2024
ebe32df
Fix carousel compositional layout dimensions
Redth Apr 29, 2024
c29a151
Re-enable scrolling on carouselview
Redth Apr 29, 2024
b3af3c6
Merge branch 'main' into dev/redth/collectionview-ios-compositional
Redth Jun 11, 2024
42e263c
More fixes
Redth Jul 12, 2024
b384e90
Merge branch 'dev/redth/collectionview-ios-compositional' of https://…
Redth Jul 12, 2024
1f075b1
Merge branch 'main' into dev/redth/collectionview-ios-compositional
Redth Jul 12, 2024
e7c58fa
Merge branch 'main' into dev/redth/collectionview-ios-compositional
Redth Jul 15, 2024
8d7805c
Rough rebase on main
Redth Jul 15, 2024
7e59e82
Horizontal is horizontal
Redth Jul 15, 2024
a2b0166
Fix grouping - move boundary supplementary items to section instead o…
Redth Jul 15, 2024
eed9b6c
Fix boundary supplementary items for grid layout too
Redth Jul 15, 2024
3f4ef40
[carousel] Scroll using the native collection
rmarinho Jul 19, 2024
0e4686d
Merge remote-tracking branch 'origin/main' into dev/redth/collectionv…
rmarinho Jul 19, 2024
c2ead1e
Merge branch 'main' into dev/redth/collectionview-ios-compositional
Redth Jul 22, 2024
dd8acaa
[iOS] Uncomment the loop code
rmarinho Jul 22, 2024
04e3441
Fix loop
rmarinho Jul 22, 2024
d30e447
[collectionview] Add Snap to item back
rmarinho Jul 23, 2024
1e85ee5
[collectionview] Recreate Layout when Snap property changes.
rmarinho Jul 23, 2024
6ad4a10
[collectionview] Update when more Layout properties changes
rmarinho Jul 23, 2024
1cfe62e
[collectionview] Fix spacing
rmarinho Jul 23, 2024
eae4445
[carouselview] Fix PeekAreaInsets working
rmarinho Jul 23, 2024
bf2a669
Make CarouselView work better
rmarinho Jul 25, 2024
15fcd73
[samples] Fix samples
rmarinho Jul 25, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

<PropertyGroup>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn);RS0016;RS0017</NoWarn>
<DebugType>portable</DebugType>
<DebugSymbols>true</DebugSymbols>
<LangVersion>Latest</LangVersion>
Expand Down
Loading
Loading