Skip to content

Commit bbc7a11

Browse files
committed
Update README.md
1 parent 2341f8a commit bbc7a11

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -687,11 +687,14 @@ This property takes the same values as the width and height properties, and spec
687687

688688
**Method:**
689689

690-
* **`setGap(_ gutter: Gutter, _value: CGFloat)`**
691-
This property set distance between rows and columns.
690+
* **`columnGap(_ value: CGFloat)`**
691+
This property set distance between columns.
692692

693-
* **`getGap(_ gutter: Gutter)`**
694-
This property return setted value through `setGap(_ gutter: Gutter, _value: CGFloat)`
693+
* **`rownGap(_ value: CGFloat)`**
694+
This property set distance between rows.
695+
696+
* **`gap(_ value: CGFloat)`**
697+
This property set distance between both of rows and columns.
695698

696699
<br/>
697700

0 commit comments

Comments
 (0)