diff --git a/Example/Segmentio/Storyboards/LaunchScreen.storyboard b/Example/Segmentio/Storyboards/LaunchScreen.storyboard index 32c5ff4..2654a71 100644 --- a/Example/Segmentio/Storyboards/LaunchScreen.storyboard +++ b/Example/Segmentio/Storyboards/LaunchScreen.storyboard @@ -1,8 +1,12 @@ - - + + + + + - + + @@ -14,21 +18,21 @@ - + - + @@ -37,7 +41,7 @@ - + diff --git a/Example/Segmentio/Storyboards/Main.storyboard b/Example/Segmentio/Storyboards/Main.storyboard index 5db929c..8de114d 100644 --- a/Example/Segmentio/Storyboards/Main.storyboard +++ b/Example/Segmentio/Storyboards/Main.storyboard @@ -1,8 +1,12 @@ - - + + + + + - + + @@ -14,17 +18,17 @@ - + - + - + @@ -54,46 +58,46 @@ - + - + - - + + - - - - + + + + - + - + - + - + @@ -165,7 +169,7 @@ - + @@ -188,43 +192,43 @@ - + - - + + - - + + - + - + - + - - + + - + @@ -236,17 +240,17 @@ - + - + @@ -264,7 +268,7 @@ - + @@ -275,8 +279,6 @@ - - @@ -296,27 +298,27 @@ - + - + - + - - + + - + @@ -325,13 +327,13 @@ - + - + @@ -375,19 +377,19 @@ - + - + - + - + diff --git a/Example/Segmentio/ViewControllers/ExampleViewController.swift b/Example/Segmentio/ViewControllers/ExampleViewController.swift index b302559..379be26 100644 --- a/Example/Segmentio/ViewControllers/ExampleViewController.swift +++ b/Example/Segmentio/ViewControllers/ExampleViewController.swift @@ -101,7 +101,9 @@ class ExampleViewController: UIViewController { verticalSeparatorOptions: segmentioVerticalSeparatorOptions(), imageContentMode: imageContentMode, labelTextAlignment: .center, - segmentStates: segmentioStates() + labelTextNumberOfLines: 1, + segmentStates: segmentioStates(), + animationDuration: 0.3 ) }