Skip to content

Commit

Permalink
📝 README update
Browse files Browse the repository at this point in the history
  • Loading branch information
SwiftyJunnos authored Oct 31, 2023
1 parent de64ecf commit acf9938
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ var composeLayout: UICollectionViewComposeLayout {
.interGroupSpacing(8.0)
.orthogonalScrolling(.groupPaging)
.boundaryItems {
BoundaryItem(.header)
.widthDimension(.fractionalWidth(1.0))
Header()
.heightDimension(.absolute(100))
BoundaryItem(.footer)
.widthDimension(.fractionalWidth(1.0))
Footer()
.heightDimension(.absolute(150))
}

Expand Down

0 comments on commit acf9938

Please sign in to comment.