From 73bffe879927293125bdfc12c4b809a7bcda9a82 Mon Sep 17 00:00:00 2001 From: Jayel Zaghmoutt Date: Wed, 19 Dec 2018 04:48:01 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f42e12a..37727c1 100644 --- a/README.md +++ b/README.md @@ -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 { @@ -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.