Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jayelzaghmoutt authored Dec 19, 2018
1 parent 6d9dbeb commit 73bffe8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ import JNSegmentedControl
```

- ***JNSegmented Collection Layout Type:***

The Segmented Control has two types of layout for items:

- **Dynamic:** The width of each item will be according to its content.
- **Fixed:** The width of each item will be fixed according to max visible Items.
The Segmented Control has two types of layout for items:
- **Dynamic:** The width of each item will be according to its content.
- **Fixed:** The width of each item will be fixed according to max visible Items.

```swift
enum JNSegmentedCollectionLayoutType {
Expand All @@ -129,7 +129,7 @@ The Segmented Control has two types of layout for items:
```
- ***JNSegmented Vertical Separator Options:***

The Segmented Control has the ability to show separator line between items, that has the following settings:
The Segmented Control has the ability to show separator line between items, that has the following settings:

- **HeigthRatio:** Separator view height Ratio accroding to collection view height, max value is 1 and min is 0.
- **Width:** Separator view width.
Expand Down

0 comments on commit 73bffe8

Please sign in to comment.