Skip to content

Commit 433aa11

Browse files
committed
ADD: Documentation for ScrollView
1 parent 1159ca5 commit 433aa11

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,14 @@ TossTabViewButton("Home", Image(systemName: "house.fill"), true) {
5252
}
5353
```
5454

55+
### TossScrollView
56+
> Dynamic Scroll View of Toss.
57+
- Title string is necessary.
58+
```swift
59+
TossScrollView("Title") {
60+
AnyView()
61+
}
62+
```
63+
5564
## Credits
5665
All credit related to the design goes to the [Toss Team](https://toss.im/team).

0 commit comments

Comments
 (0)