Skip to content
This repository was archived by the owner on Dec 27, 2020. It is now read-only.

Commit 777b0d8

Browse files
authored
Update README.md
1 parent d48c7a5 commit 777b0d8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@
22

33
SwiftUI Grid view layout with auto-sizing items and flexible column count.
44

5-
## Requirements
6-
7-
- Swift 5+
8-
- iOS 13+
9-
- macOS 10.15+
10-
115
## Examples
126

137
```swift
14-
/// Simple grid
8+
/// Simple grid.
159

1610
Grid(0...100) {
1711
Text("\($0)")
@@ -31,6 +25,12 @@ Grid(self.planets, minimumItemWidth: 320, spacing: 16) {
3125
.edgesIgnoringSafeArea(.all)
3226
```
3327

28+
## Requirements
29+
30+
- Swift 5+
31+
- iOS 13+
32+
- macOS 10.15+
33+
3434
## Roadmap
3535
- ZStack based grid instead of 'VStack of HStacks'
3636
- Support for watchOS

0 commit comments

Comments
 (0)