diff --git a/README.md b/README.md index 522ac51..445318d 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ StepperView is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile. ```ruby -pod 'StepperView','~> 1.6.3' +pod 'StepperView','~> 1.6.4' ``` ## Carthage @@ -74,7 +74,7 @@ pod 'StepperView','~> 1.6.3' [Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile: ```ruby -github "badrinathvm/stepperView" == 1.6.3 +github "badrinathvm/stepperView" == 1.6.4 ``` ## Swift Package Manager @@ -83,7 +83,7 @@ StepperView is available through [Swift Package Manager](https://swift.org/packa ```ruby dependencies: [ - .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.3") + .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.4") ] ``` diff --git a/StepperView.podspec b/StepperView.podspec index f87fd06..b5eee3c 100644 --- a/StepperView.podspec +++ b/StepperView.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'StepperView' - s.version = '1.6.3' + s.version = '1.6.4' s.swift_version = '5.0' s.summary = 'SwiftUI iOS component for Step Indications.' s.description = 'Stepper View Indication componet for SwiftUI' diff --git a/docs/Classes.html b/docs/Classes.html index a6d624e..5e53529 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -248,7 +248,7 @@ diff --git a/docs/Classes/LoadingTimer.html b/docs/Classes/LoadingTimer.html index 42e88b5..e94bc96 100644 --- a/docs/Classes/LoadingTimer.html +++ b/docs/Classes/LoadingTimer.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -335,7 +335,7 @@

diff --git a/docs/Enums.html b/docs/Enums.html index 046e598..206e8e7 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -408,7 +408,7 @@

diff --git a/docs/Enums/Colors.html b/docs/Enums/Colors.html index a20f04b..4ab1616 100644 --- a/docs/Enums/Colors.html +++ b/docs/Enums/Colors.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -718,7 +718,7 @@

diff --git a/docs/Enums/Colors/BlueSubType.html b/docs/Enums/Colors/BlueSubType.html index c318591..87c7702 100644 --- a/docs/Enums/Colors/BlueSubType.html +++ b/docs/Enums/Colors/BlueSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -469,7 +469,7 @@

diff --git a/docs/Enums/Colors/GraySubType.html b/docs/Enums/Colors/GraySubType.html index 7e8c5b1..771449d 100644 --- a/docs/Enums/Colors/GraySubType.html +++ b/docs/Enums/Colors/GraySubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -712,7 +712,7 @@

diff --git a/docs/Enums/Colors/GreenSubType.html b/docs/Enums/Colors/GreenSubType.html index 8e00c4e..ae2eba4 100644 --- a/docs/Enums/Colors/GreenSubType.html +++ b/docs/Enums/Colors/GreenSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -577,7 +577,7 @@

diff --git a/docs/Enums/Colors/RedSubType.html b/docs/Enums/Colors/RedSubType.html index 91e5647..9f49cff 100644 --- a/docs/Enums/Colors/RedSubType.html +++ b/docs/Enums/Colors/RedSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/Enums/Colors/YellowSubType.html b/docs/Enums/Colors/YellowSubType.html index bc4f45a..4f72388 100644 --- a/docs/Enums/Colors/YellowSubType.html +++ b/docs/Enums/Colors/YellowSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/Enums/StepLifeCycle.html b/docs/Enums/StepLifeCycle.html index 84c7797..75e16d5 100644 --- a/docs/Enums/StepLifeCycle.html +++ b/docs/Enums/StepLifeCycle.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -283,7 +283,7 @@

diff --git a/docs/Enums/StepperAlignment.html b/docs/Enums/StepperAlignment.html index 1532d84..c549a2c 100644 --- a/docs/Enums/StepperAlignment.html +++ b/docs/Enums/StepperAlignment.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -312,7 +312,7 @@

diff --git a/docs/Enums/StepperIndicationType.html b/docs/Enums/StepperIndicationType.html index 6f25681..87bc758 100644 --- a/docs/Enums/StepperIndicationType.html +++ b/docs/Enums/StepperIndicationType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -366,7 +366,7 @@

diff --git a/docs/Enums/StepperLineOptions.html b/docs/Enums/StepperLineOptions.html index 3e5b188..7e609d4 100644 --- a/docs/Enums/StepperLineOptions.html +++ b/docs/Enums/StepperLineOptions.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -311,7 +311,7 @@

diff --git a/docs/Enums/StepperMode.html b/docs/Enums/StepperMode.html index bd19ec9..0df9710 100644 --- a/docs/Enums/StepperMode.html +++ b/docs/Enums/StepperMode.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -283,7 +283,7 @@

diff --git a/docs/Extensions.html b/docs/Extensions.html index 51a9879..4a54b81 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -316,7 +316,7 @@

diff --git a/docs/Extensions/EnvironmentValues.html b/docs/Extensions/EnvironmentValues.html index 4fd2a48..1675b92 100644 --- a/docs/Extensions/EnvironmentValues.html +++ b/docs/Extensions/EnvironmentValues.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -550,7 +550,7 @@

diff --git a/docs/Extensions/VerticalAlignment.html b/docs/Extensions/VerticalAlignment.html index 0f9c7b9..27f5d4c 100644 --- a/docs/Extensions/VerticalAlignment.html +++ b/docs/Extensions/VerticalAlignment.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -388,7 +388,7 @@

diff --git a/docs/Extensions/View.html b/docs/Extensions/View.html index b155a4c..d9b29eb 100644 --- a/docs/Extensions/View.html +++ b/docs/Extensions/View.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -1061,7 +1061,7 @@

diff --git a/docs/Structs.html b/docs/Structs.html index 19b4ac2..e445d9a 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -1219,7 +1219,7 @@

diff --git a/docs/Structs/AlignmentKey.html b/docs/Structs/AlignmentKey.html index 6a3d089..46e880d 100644 --- a/docs/Structs/AlignmentKey.html +++ b/docs/Structs/AlignmentKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/AnimatedCircle.html b/docs/Structs/AnimatedCircle.html index 7977101..00ec258 100644 --- a/docs/Structs/AnimatedCircle.html +++ b/docs/Structs/AnimatedCircle.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -528,7 +528,7 @@

diff --git a/docs/Structs/AutoSpacingKey.html b/docs/Structs/AutoSpacingKey.html index 177c27b..c788e5e 100644 --- a/docs/Structs/AutoSpacingKey.html +++ b/docs/Structs/AutoSpacingKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/BoundsPreferenceKey.html b/docs/Structs/BoundsPreferenceKey.html index 9762128..e1ab049 100644 --- a/docs/Structs/BoundsPreferenceKey.html +++ b/docs/Structs/BoundsPreferenceKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/Structs/CGRectData.html b/docs/Structs/CGRectData.html index 6cf0fac..49b02e8 100644 --- a/docs/Structs/CGRectData.html +++ b/docs/Structs/CGRectData.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -338,7 +338,7 @@

diff --git a/docs/Structs/CGRectPreferenceKey.html b/docs/Structs/CGRectPreferenceKey.html index 0aacf10..7de8738 100644 --- a/docs/Structs/CGRectPreferenceKey.html +++ b/docs/Structs/CGRectPreferenceKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -305,7 +305,7 @@

diff --git a/docs/Structs/CircledIconView.html b/docs/Structs/CircledIconView.html index 25db340..3c089e8 100644 --- a/docs/Structs/CircledIconView.html +++ b/docs/Structs/CircledIconView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -417,7 +417,7 @@

diff --git a/docs/Structs/HeightKey.html b/docs/Structs/HeightKey.html index dd8d374..ef7a88b 100644 --- a/docs/Structs/HeightKey.html +++ b/docs/Structs/HeightKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/Structs/HeightPreference.html b/docs/Structs/HeightPreference.html index 543a01c..1644364 100644 --- a/docs/Structs/HeightPreference.html +++ b/docs/Structs/HeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/Structs/HorizontalLineView.html b/docs/Structs/HorizontalLineView.html index daa6397..031220b 100644 --- a/docs/Structs/HorizontalLineView.html +++ b/docs/Structs/HorizontalLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -337,7 +337,7 @@

diff --git a/docs/Structs/IndicatorKey.html b/docs/Structs/IndicatorKey.html index 9659821..d762f74 100644 --- a/docs/Structs/IndicatorKey.html +++ b/docs/Structs/IndicatorKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/IndicatorView.html b/docs/Structs/IndicatorView.html index 33643ad..87d0ef4 100644 --- a/docs/Structs/IndicatorView.html +++ b/docs/Structs/IndicatorView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -450,7 +450,7 @@

diff --git a/docs/Structs/LineOptionsKey.html b/docs/Structs/LineOptionsKey.html index cd57fee..2485529 100644 --- a/docs/Structs/LineOptionsKey.html +++ b/docs/Structs/LineOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/LoadAnimationOptionsKey.html b/docs/Structs/LoadAnimationOptionsKey.html index 126a49e..6cb2373 100644 --- a/docs/Structs/LoadAnimationOptionsKey.html +++ b/docs/Structs/LoadAnimationOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/NumberedCircleView.html b/docs/Structs/NumberedCircleView.html index 146c7c6..86d8a7d 100644 --- a/docs/Structs/NumberedCircleView.html +++ b/docs/Structs/NumberedCircleView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -474,7 +474,7 @@

diff --git a/docs/Structs/PitStopLineOptionsKey.html b/docs/Structs/PitStopLineOptionsKey.html index 198ecae..9844f82 100644 --- a/docs/Structs/PitStopLineOptionsKey.html +++ b/docs/Structs/PitStopLineOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/PitStopLineView.html b/docs/Structs/PitStopLineView.html index da4ccef..9bd97c5 100644 --- a/docs/Structs/PitStopLineView.html +++ b/docs/Structs/PitStopLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -363,7 +363,7 @@

diff --git a/docs/Structs/PitStopOptionsKey.html b/docs/Structs/PitStopOptionsKey.html index 8799c02..109a367 100644 --- a/docs/Structs/PitStopOptionsKey.html +++ b/docs/Structs/PitStopOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/PitStopView.html b/docs/Structs/PitStopView.html index 4ec1528..7d11841 100644 --- a/docs/Structs/PitStopView.html +++ b/docs/Structs/PitStopView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -491,7 +491,7 @@

diff --git a/docs/Structs/PitstopHeightPreference.html b/docs/Structs/PitstopHeightPreference.html index 79c47d6..3dbabf3 100644 --- a/docs/Structs/PitstopHeightPreference.html +++ b/docs/Structs/PitstopHeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/Structs/SpacingKey.html b/docs/Structs/SpacingKey.html index 1174052..d16ff48 100644 --- a/docs/Structs/SpacingKey.html +++ b/docs/Structs/SpacingKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/StepAnimationOptionsKey.html b/docs/Structs/StepAnimationOptionsKey.html index a4e5718..c83e662 100644 --- a/docs/Structs/StepAnimationOptionsKey.html +++ b/docs/Structs/StepAnimationOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/StepIndicatorHorizontalView.html b/docs/Structs/StepIndicatorHorizontalView.html index 71039e0..c7e3a68 100644 --- a/docs/Structs/StepIndicatorHorizontalView.html +++ b/docs/Structs/StepIndicatorHorizontalView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -502,7 +502,7 @@

diff --git a/docs/Structs/StepIndicatorModeKey.html b/docs/Structs/StepIndicatorModeKey.html index df77aff..e21e626 100644 --- a/docs/Structs/StepIndicatorModeKey.html +++ b/docs/Structs/StepIndicatorModeKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/StepIndicatorVerticalView.html b/docs/Structs/StepIndicatorVerticalView.html index 8d68ac0..7117c04 100644 --- a/docs/Structs/StepIndicatorVerticalView.html +++ b/docs/Structs/StepIndicatorVerticalView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -558,7 +558,7 @@

diff --git a/docs/Structs/StepLifeCycleKey.html b/docs/Structs/StepLifeCycleKey.html index df08e52..723be2f 100644 --- a/docs/Structs/StepLifeCycleKey.html +++ b/docs/Structs/StepLifeCycleKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/StepperView.html b/docs/Structs/StepperView.html index b813532..e86462e 100644 --- a/docs/Structs/StepperView.html +++ b/docs/Structs/StepperView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -451,7 +451,7 @@

diff --git a/docs/Structs/StepsKey.html b/docs/Structs/StepsKey.html index a84e957..345d805 100644 --- a/docs/Structs/StepsKey.html +++ b/docs/Structs/StepsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/Structs/TextView.html b/docs/Structs/TextView.html index 350d579..a377de4 100644 --- a/docs/Structs/TextView.html +++ b/docs/Structs/TextView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -335,7 +335,7 @@

diff --git a/docs/Structs/Utils.html b/docs/Structs/Utils.html index 2755640..a997a61 100644 --- a/docs/Structs/Utils.html +++ b/docs/Structs/Utils.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -415,7 +415,7 @@

diff --git a/docs/Structs/VerticalHeightPreference.html b/docs/Structs/VerticalHeightPreference.html index 090ba5b..2011f9a 100644 --- a/docs/Structs/VerticalHeightPreference.html +++ b/docs/Structs/VerticalHeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/Structs/VerticalLineView.html b/docs/Structs/VerticalLineView.html index d4bf64e..37943c7 100644 --- a/docs/Structs/VerticalLineView.html +++ b/docs/Structs/VerticalLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -392,7 +392,7 @@

diff --git a/docs/Structs/WidthKey.html b/docs/Structs/WidthKey.html index d83a902..a8873f8 100644 --- a/docs/Structs/WidthKey.html +++ b/docs/Structs/WidthKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/Structs/WidthPreference.html b/docs/Structs/WidthPreference.html index 55f5835..73490c0 100644 --- a/docs/Structs/WidthPreference.html +++ b/docs/Structs/WidthPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html index a6d624e..5e53529 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -248,7 +248,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html index 42e88b5..e94bc96 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -335,7 +335,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html index 046e598..206e8e7 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -408,7 +408,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html index a20f04b..4ab1616 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -718,7 +718,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html index c318591..87c7702 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -469,7 +469,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html index 7e8c5b1..771449d 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -712,7 +712,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html index 8e00c4e..ae2eba4 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -577,7 +577,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html index 91e5647..9f49cff 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html index bc4f45a..4f72388 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepLifeCycle.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepLifeCycle.html index 84c7797..75e16d5 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepLifeCycle.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepLifeCycle.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -283,7 +283,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html index 1532d84..c549a2c 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -312,7 +312,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html index 6f25681..87bc758 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -366,7 +366,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html index 3e5b188..7e609d4 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -311,7 +311,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html index bd19ec9..0df9710 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -283,7 +283,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html index 51a9879..4a54b81 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -316,7 +316,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html index 4fd2a48..1675b92 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -550,7 +550,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html index 0f9c7b9..27f5d4c 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -388,7 +388,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html index b155a4c..d9b29eb 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -1061,7 +1061,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html index 19b4ac2..e445d9a 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -1219,7 +1219,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html index 6a3d089..46e880d 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html index 7977101..00ec258 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -528,7 +528,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html index 177c27b..c788e5e 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html index 9762128..e1ab049 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html index 6cf0fac..49b02e8 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -338,7 +338,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html index 0aacf10..7de8738 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -305,7 +305,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html index 25db340..3c089e8 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -417,7 +417,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html index dd8d374..ef7a88b 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html index 543a01c..1644364 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html index daa6397..031220b 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -337,7 +337,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html index 9659821..d762f74 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html index 33643ad..87d0ef4 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -450,7 +450,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html index cd57fee..2485529 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html index 126a49e..6cb2373 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html index 146c7c6..86d8a7d 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -474,7 +474,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineOptionsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineOptionsKey.html index 198ecae..9844f82 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineOptionsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html index da4ccef..9bd97c5 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -363,7 +363,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html index 8799c02..109a367 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html index 4ec1528..7d11841 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -491,7 +491,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html index 79c47d6..3dbabf3 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html index 1174052..d16ff48 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html index a4e5718..c83e662 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html index 71039e0..c7e3a68 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -502,7 +502,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html index df77aff..e21e626 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html index 8d68ac0..7117c04 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -558,7 +558,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepLifeCycleKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepLifeCycleKey.html index df08e52..723be2f 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepLifeCycleKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepLifeCycleKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html index b813532..e86462e 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -451,7 +451,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html index a84e957..345d805 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -254,7 +254,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html index 350d579..a377de4 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -335,7 +335,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html index 2755640..a997a61 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -415,7 +415,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html index 090ba5b..2011f9a 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html index d4bf64e..37943c7 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -392,7 +392,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html index d83a902..a8873f8 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -280,7 +280,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html index 55f5835..73490c0 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html @@ -17,7 +17,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -306,7 +306,7 @@

diff --git a/docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html b/docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html index cb00997..71f6458 100644 --- a/docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html @@ -16,7 +16,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -282,18 +282,18 @@

StepperView is available through CocoaPods. To install it, simply add the following line to your Podfile.

-
pod 'StepperView','~> 1.6.3'
+
pod 'StepperView','~> 1.6.4'
 

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile:

-
github "badrinathvm/stepperView" == 1.6.3
+
github "badrinathvm/stepperView" == 1.6.4
 

Swift Package Manager

StepperView is available through Swift Package Manager. To install it, simply add it to the dependencies of your Package.swift

dependencies: [
-      .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.3")
+      .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.4")
 ]
 

Requirements

@@ -541,7 +541,7 @@ it, simply add the following line to your Podfile.

diff --git a/docs/docsets/StepperView.tgz b/docs/docsets/StepperView.tgz index ef77be4..6a63f8b 100644 Binary files a/docs/docsets/StepperView.tgz and b/docs/docsets/StepperView.tgz differ diff --git a/docs/index.html b/docs/index.html index cb00997..71f6458 100644 --- a/docs/index.html +++ b/docs/index.html @@ -16,7 +16,7 @@
-

StepperView 1.6.3 Docs (100% documented)

+

StepperView 1.6.4 Docs (100% documented)

@@ -282,18 +282,18 @@

StepperView is available through CocoaPods. To install it, simply add the following line to your Podfile.

-
pod 'StepperView','~> 1.6.3'
+
pod 'StepperView','~> 1.6.4'
 

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate StepperView into your Xcode project using Carthage, specify it in your Cartfile:

-
github "badrinathvm/stepperView" == 1.6.3
+
github "badrinathvm/stepperView" == 1.6.4
 

Swift Package Manager

StepperView is available through Swift Package Manager. To install it, simply add it to the dependencies of your Package.swift

dependencies: [
-      .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.3")
+      .package(url: "https://github.com/badrinathvm/StepperView.git", from: "1.6.4")
 ]
 

Requirements

@@ -541,7 +541,7 @@ it, simply add the following line to your Podfile.