Skip to content

Commit e9eebf6

Browse files
authored
Update README.md
1 parent 416f699 commit e9eebf6

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88

99
<img width=320 src="Resources/shot.png"><img width=320 src="Resources/sample.gif">
1010

11+
⚠️ This sample is using demo-components.
12+
StackScrollView does not have default-components.
13+
StackScrollView is like UIStackView.
14+
So, we need to create the components we need.
15+
1116
## What is this?
1217

1318
StackScrollView builds form UI easily.
@@ -20,12 +25,6 @@ UICollectionView calculates size of view by AutoLayout, then that display.
2025
- We no longer need to consider reusing Cells.
2126
- `StackCell` requires constraint based layout.
2227

23-
## Roadmap?
24-
25-
This library supply only functions that create form UI.
26-
We need to create own `StackCell`s to our app.
27-
I think good that create useful `StackCell`s component library.
28-
2928
## Usage
3029

3130
### Basic usage

0 commit comments

Comments
 (0)