Task/fix pitstopping (#69)
* Refactoring onf PitStop cases * Removed Pitstop step as code is refactored * Updated readme for the pitstop view modifiers * Updated jazzy diocs for pitstops Co-authored-by: Badarinath Venkatnarayansetty <Badarinath_Venkatnarayansetty@intuit.com>
This commit is contained in:
committed by
GitHub
parent
7cb2b5329c
commit
c27f38c7a4
+142
-153
@@ -16,7 +16,6 @@
|
||||
18ED84EFAF015095FCCF61A8E494F325 /* AssertSnapshot.swift in Sources */ = {isa = PBXBuildFile; fileRef = 51DFDE88834F7E40014E803B6B644499 /* AssertSnapshot.swift */; };
|
||||
1A1F20E176923FF03A0EAEA886703719 /* NSView.swift in Sources */ = {isa = PBXBuildFile; fileRef = D34051EC87A66DF65C7B3D8627594429 /* NSView.swift */; };
|
||||
1A4448B14C94D38D7E0645F23C6C9C5C /* Pods-StepperView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 2A7C6F0E5A7E5F2F3E4BA214F0586F85 /* Pods-StepperView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
1F4D14E6D9DE51ED2F1DF66080D53FBA /* PitStopSteps.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C19603B5F9F3AFBBA56E58188752DA /* PitStopSteps.swift */; };
|
||||
21E74A56ED4F23FC9F7AF3BE88BB6E84 /* CircledIconView.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE6DC4328B6C07C936F0EFF50DBE3257 /* CircledIconView.swift */; };
|
||||
2371CFDF095282B1D6935C36C81E46FC /* UIImage.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6A0D19BF7BAEB7DA2481EF41D28AFEFD /* UIImage.swift */; };
|
||||
23B3D1B39D273F7B43BA45F255EDE5C5 /* CaseIterable.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5F974148746ADF47725F16E8AE8D554F /* CaseIterable.swift */; };
|
||||
@@ -56,7 +55,6 @@
|
||||
7F62B87D80190474F059EF98599B172C /* StepIndicatorHorizontalView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 037A5F0BAD04B43C7E47A3A4B16A6604 /* StepIndicatorHorizontalView.swift */; };
|
||||
8003323F07F7A6F822902979CE092B88 /* Wait.swift in Sources */ = {isa = PBXBuildFile; fileRef = B85F63F6F0616F7FE7949F7EE63BD175 /* Wait.swift */; };
|
||||
84432746DEB076256002FB7BABDAAAA5 /* SnapshotTesting-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = FE54E0EE77832C01DC96FA42213EFA34 /* SnapshotTesting-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
||||
860F039BB2DB5899526F0E8D98F9837F /* PitStopSteps.swift in Sources */ = {isa = PBXBuildFile; fileRef = B6C19603B5F9F3AFBBA56E58188752DA /* PitStopSteps.swift */; };
|
||||
87C838CFDD1157225A54C7C23D7B812A /* StepperView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 30808D73138CABEBE9E3BA4D4D205110 /* StepperView.swift */; };
|
||||
8B8A6A8258EFF349E0B25790AA7E6E70 /* Colors+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = CDE7A9925C1CAC9A9869C3C58582C9EB /* Colors+Extension.swift */; };
|
||||
8CD5CB3FDF05526DBF034B61F696BA93 /* PlistEncoder.swift in Sources */ = {isa = PBXBuildFile; fileRef = EB353159037433B43D06771A808670A2 /* PlistEncoder.swift */; };
|
||||
@@ -137,264 +135,263 @@
|
||||
/* End PBXContainerItemProxy section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
010815BC1D58FF43EC5F2FA2A7AE865D /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
|
||||
010815BC1D58FF43EC5F2FA2A7AE865D /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/css/jazzy.css; sourceTree = "<group>"; };
|
||||
0121FF4CEF26054F53A0AB4A72B5A077 /* StepIndicatorVerticalView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StepIndicatorVerticalView.swift; sourceTree = "<group>"; };
|
||||
02139E7D45839154693C7CF56620BD04 /* SpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = SpacingKey.html; path = docs/Structs/SpacingKey.html; sourceTree = "<group>"; };
|
||||
02139E7D45839154693C7CF56620BD04 /* SpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = SpacingKey.html; path = docs/Structs/SpacingKey.html; sourceTree = "<group>"; };
|
||||
02F0A58382FFD9E26C50F1199AFC54EE /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/img/carat.png; sourceTree = "<group>"; };
|
||||
031AF3F2601DAF333EE3F48174BE3021 /* spinner.gif */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.gif; name = spinner.gif; path = docs/img/spinner.gif; sourceTree = "<group>"; };
|
||||
037A5F0BAD04B43C7E47A3A4B16A6604 /* StepIndicatorHorizontalView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StepIndicatorHorizontalView.swift; sourceTree = "<group>"; };
|
||||
05C028F74B9508FE72717D3BB2BD7B7A /* Pods_StepperView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_StepperView_Example.framework; path = "Pods-StepperView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
07480BA37145A61B2F6B485C2EA5A926 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
|
||||
0906268C0BFB51BB50248062A742EF82 /* StepperView.tgz */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperView.tgz; path = docs/docsets/StepperView.tgz; sourceTree = "<group>"; };
|
||||
09E6CE690A99D6AF18A5C486E2F5ECCB /* StepIndicatorHorizontalView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorHorizontalView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html; sourceTree = "<group>"; };
|
||||
05C028F74B9508FE72717D3BB2BD7B7A /* Pods_StepperView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StepperView_Example.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
07480BA37145A61B2F6B485C2EA5A926 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/search.json; sourceTree = "<group>"; };
|
||||
0906268C0BFB51BB50248062A742EF82 /* StepperView.tgz */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = StepperView.tgz; path = docs/docsets/StepperView.tgz; sourceTree = "<group>"; };
|
||||
09E6CE690A99D6AF18A5C486E2F5ECCB /* StepIndicatorHorizontalView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepIndicatorHorizontalView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorHorizontalView.html; sourceTree = "<group>"; };
|
||||
09FD26E8685603ED773645E9748DE892 /* Diffing.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Diffing.swift; path = Sources/SnapshotTesting/Diffing.swift; sourceTree = "<group>"; };
|
||||
0B1AF4EE96053C3B0D8314A16AAA6B2E /* Pods-StepperView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Tests.release.xcconfig"; sourceTree = "<group>"; };
|
||||
0D55D1033AA5478F71538396CDD100DF /* Pods-StepperView_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Example-Info.plist"; sourceTree = "<group>"; };
|
||||
10403D102B45E778B1869E6956372AD4 /* PitStopStep.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopStep.html; path = docs/Structs/PitStopStep.html; sourceTree = "<group>"; };
|
||||
106A1D510429ACDD808BD330FB52E6F3 /* PitStopLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopLineView.html; path = docs/Structs/PitStopLineView.html; sourceTree = "<group>"; };
|
||||
10403D102B45E778B1869E6956372AD4 /* PitStopStep.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopStep.html; path = docs/Structs/PitStopStep.html; sourceTree = "<group>"; };
|
||||
106A1D510429ACDD808BD330FB52E6F3 /* PitStopLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopLineView.html; path = docs/Structs/PitStopLineView.html; sourceTree = "<group>"; };
|
||||
1253A303ED2B11912261F6EAD3625F1A /* Pods-StepperView_Tests-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-StepperView_Tests-frameworks.sh"; sourceTree = "<group>"; };
|
||||
1667A061847303499F1BF7F638D3B2C2 /* StepperAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperAlignment.html; path = docs/Enums/StepperAlignment.html; sourceTree = "<group>"; };
|
||||
17AE62194BF923BBA9E316BAEBBABF3E /* CGRectData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CGRectData.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html; sourceTree = "<group>"; };
|
||||
1667A061847303499F1BF7F638D3B2C2 /* StepperAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepperAlignment.html; path = docs/Enums/StepperAlignment.html; sourceTree = "<group>"; };
|
||||
17AE62194BF923BBA9E316BAEBBABF3E /* CGRectData.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = CGRectData.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectData.html; sourceTree = "<group>"; };
|
||||
19D794AFA885DAF5937D46F11AB03470 /* Pods-StepperView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Example-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
1A0E4BDAF541364B192E37E386588577 /* StepperView-watchOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StepperView-watchOS-prefix.pch"; path = "../StepperView-watchOS/StepperView-watchOS-prefix.pch"; sourceTree = "<group>"; };
|
||||
1A87142BB0463B2330C3E45E356F39B1 /* PitStopOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html; sourceTree = "<group>"; };
|
||||
1D977FF5D1206DC3CAFF4E0B4515EA3E /* WidthKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WidthKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html; sourceTree = "<group>"; };
|
||||
1A87142BB0463B2330C3E45E356F39B1 /* PitStopOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopOptionsKey.html; sourceTree = "<group>"; };
|
||||
1D977FF5D1206DC3CAFF4E0B4515EA3E /* WidthKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = WidthKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthKey.html; sourceTree = "<group>"; };
|
||||
1E1FBE49D989987B3AF4D994A0029CF2 /* Pods-StepperView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-StepperView_Tests.modulemap"; sourceTree = "<group>"; };
|
||||
1E35132387A01BF6418B815210B677B4 /* StepperView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = StepperView.framework; path = "StepperView-watchOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1F2E911E0E35A5F125DE1E1EDB4AB79E /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.css; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = "<group>"; };
|
||||
1F958D88B1FFB51BEA0BCFA5B9C77AB4 /* LineOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LineOptionsKey.html; path = docs/Structs/LineOptionsKey.html; sourceTree = "<group>"; };
|
||||
1E35132387A01BF6418B815210B677B4 /* StepperView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StepperView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
1F2E911E0E35A5F125DE1E1EDB4AB79E /* jazzy.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = jazzy.css; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/css/jazzy.css; sourceTree = "<group>"; };
|
||||
1F958D88B1FFB51BEA0BCFA5B9C77AB4 /* LineOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = LineOptionsKey.html; path = docs/Structs/LineOptionsKey.html; sourceTree = "<group>"; };
|
||||
1FA8B71659D7F0DA0B54A1914619FC27 /* VerticalAlignment+Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "VerticalAlignment+Extension.swift"; sourceTree = "<group>"; };
|
||||
2085264E20A9F06194A6BDB219885BE2 /* PitStopView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopView.html; path = docs/Structs/PitStopView.html; sourceTree = "<group>"; };
|
||||
21E1920C6987E4D2E534F24A4B041330 /* IndicatorView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IndicatorView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html; sourceTree = "<group>"; };
|
||||
2085264E20A9F06194A6BDB219885BE2 /* PitStopView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopView.html; path = docs/Structs/PitStopView.html; sourceTree = "<group>"; };
|
||||
21E1920C6987E4D2E534F24A4B041330 /* IndicatorView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = IndicatorView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorView.html; sourceTree = "<group>"; };
|
||||
21FA315ABE27D7DE0FD7B793A4222387 /* Pods-StepperView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
2278993DA9270E6BB82EB6AB6488F966 /* StepperMode.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperMode.html; path = docs/Enums/StepperMode.html; sourceTree = "<group>"; };
|
||||
2278993DA9270E6BB82EB6AB6488F966 /* StepperMode.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepperMode.html; path = docs/Enums/StepperMode.html; sourceTree = "<group>"; };
|
||||
230EA4B54F18F7F7B03EFA6DB15A64B4 /* VerticalLineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = VerticalLineView.swift; sourceTree = "<group>"; };
|
||||
24B910A7CADF2217BFBFDB9C98EC114A /* String+SpecialCharacters.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = "String+SpecialCharacters.swift"; path = "Sources/SnapshotTesting/Common/String+SpecialCharacters.swift"; sourceTree = "<group>"; };
|
||||
267DC11E2F9816EF51D2ABC239C0D529 /* RedSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = RedSubType.html; path = docs/Enums/Colors/RedSubType.html; sourceTree = "<group>"; };
|
||||
26A17C151ED51A5E3D49F52961E29232 /* NumberedCircleView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = NumberedCircleView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html; sourceTree = "<group>"; };
|
||||
267DC11E2F9816EF51D2ABC239C0D529 /* RedSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = RedSubType.html; path = docs/Enums/Colors/RedSubType.html; sourceTree = "<group>"; };
|
||||
26A17C151ED51A5E3D49F52961E29232 /* NumberedCircleView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = NumberedCircleView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/NumberedCircleView.html; sourceTree = "<group>"; };
|
||||
27E120B581E98313203985771E3647B8 /* Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = Info.plist; path = docs/docsets/StepperView.docset/Contents/Info.plist; sourceTree = "<group>"; };
|
||||
28A73342D042AB46CD0B4A1C1397E7D5 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
|
||||
28A73342D042AB46CD0B4A1C1397E7D5 /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = badge.svg; path = docs/badge.svg; sourceTree = "<group>"; };
|
||||
2A7C6F0E5A7E5F2F3E4BA214F0586F85 /* Pods-StepperView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-StepperView_Example-umbrella.h"; sourceTree = "<group>"; };
|
||||
2AA10EBD32FE9876D6FEBA0DB784C008 /* LoadingTimer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = LoadingTimer.swift; sourceTree = "<group>"; };
|
||||
2E2CA03B708D8424B73A38D4C8C250F5 /* SnapshotTesting.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapshotTesting.debug.xcconfig; sourceTree = "<group>"; };
|
||||
2ED85E7A691678A88850C24687E42D66 /* HorizontalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HorizontalLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html; sourceTree = "<group>"; };
|
||||
2ED85E7A691678A88850C24687E42D66 /* HorizontalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = HorizontalLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HorizontalLineView.html; sourceTree = "<group>"; };
|
||||
30808D73138CABEBE9E3BA4D4D205110 /* StepperView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = StepperView.swift; sourceTree = "<group>"; };
|
||||
314A21CD4CA38212B1C9361BB856ED68 /* SnapshotTesting.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = SnapshotTesting.release.xcconfig; sourceTree = "<group>"; };
|
||||
32FCE75B30BDD64A48AA9AFBEA1EB8C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
|
||||
32FCE75B30BDD64A48AA9AFBEA1EB8C8 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = index.html; path = docs/index.html; sourceTree = "<group>"; };
|
||||
3443D522D1F9EC9954ECAFA5CCDABBE6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
||||
34A0A3CC14396D2DA1E2D3FD64DEDAED /* SnapshotTesting-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapshotTesting-prefix.pch"; sourceTree = "<group>"; };
|
||||
353AACBC0866DF85C19BF4739696B13D /* Pods-StepperView_Watch.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Watch.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
36838DEBAE6E2B39661DBBA32254A4B1 /* IndicatorView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IndicatorView.html; path = docs/Structs/IndicatorView.html; sourceTree = "<group>"; };
|
||||
36838DEBAE6E2B39661DBBA32254A4B1 /* IndicatorView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IndicatorView.html; path = docs/Structs/IndicatorView.html; sourceTree = "<group>"; };
|
||||
3912642063EA0830CFF13B31BF711D13 /* View.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = View.swift; path = Sources/SnapshotTesting/Common/View.swift; sourceTree = "<group>"; };
|
||||
39303D4D03A8415AD4177C86680F7E3D /* AnimatedCircle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AnimatedCircle.html; path = docs/Structs/AnimatedCircle.html; sourceTree = "<group>"; };
|
||||
39303D4D03A8415AD4177C86680F7E3D /* AnimatedCircle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = AnimatedCircle.html; path = docs/Structs/AnimatedCircle.html; sourceTree = "<group>"; };
|
||||
39389C40BF1E4F29AFA9E00EF4AA7CFA /* Pods-StepperView_Watch-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-StepperView_Watch-frameworks.sh"; sourceTree = "<group>"; };
|
||||
396DB9F8CD8B381D0851541BA7E8885C /* StepperView-iOS-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StepperView-iOS-prefix.pch"; sourceTree = "<group>"; };
|
||||
3A540063FC9B6D4937073EBE532CA784 /* VerticalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalLineView.html; path = docs/Structs/VerticalLineView.html; sourceTree = "<group>"; };
|
||||
3A540063FC9B6D4937073EBE532CA784 /* VerticalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = VerticalLineView.html; path = docs/Structs/VerticalLineView.html; sourceTree = "<group>"; };
|
||||
3BF08A054DB2EFFB34A02DB28C737D50 /* Pods-StepperView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-StepperView_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
3DB364750AEF9F684ED1A0611680B9F3 /* Pods-StepperView_Watch-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-StepperView_Watch-dummy.m"; sourceTree = "<group>"; };
|
||||
3F67E7AC212DABDF49FEC3651669CA0A /* Pods_StepperView_Watch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_StepperView_Watch.framework; path = "Pods-StepperView_Watch.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3F94819CBBD0D4391103D2B79A1FFD02 /* GraySubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = GraySubType.html; path = docs/Enums/Colors/GraySubType.html; sourceTree = "<group>"; };
|
||||
4037DE289DF081A073997DE7C10F8A8E /* StepperMode.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperMode.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html; sourceTree = "<group>"; };
|
||||
3F67E7AC212DABDF49FEC3651669CA0A /* Pods_StepperView_Watch.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StepperView_Watch.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
3F94819CBBD0D4391103D2B79A1FFD02 /* GraySubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = GraySubType.html; path = docs/Enums/Colors/GraySubType.html; sourceTree = "<group>"; };
|
||||
4037DE289DF081A073997DE7C10F8A8E /* StepperMode.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepperMode.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperMode.html; sourceTree = "<group>"; };
|
||||
410FC8A7EC948E73AC72E902BE6E37E3 /* XCTAttachment.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = XCTAttachment.swift; path = Sources/SnapshotTesting/Common/XCTAttachment.swift; sourceTree = "<group>"; };
|
||||
4375A694F5270ED1FEE5FD35BAF8BD4E /* Pods-StepperView_Watch Extension-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-StepperView_Watch Extension-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
444F03C0C7E948C8C4716A1692A121F3 /* UIView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIView.swift; path = Sources/SnapshotTesting/Snapshotting/UIView.swift; sourceTree = "<group>"; };
|
||||
448E1525949480A6C7A7DB4279B2E907 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
|
||||
448E1525949480A6C7A7DB4279B2E907 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
|
||||
44E083363A4248B2AE63427EE12EBE61 /* Pods-StepperView_Watch Extension.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Watch Extension.release.xcconfig"; sourceTree = "<group>"; };
|
||||
455D603F0E71866B70EC5C125FD1DCE3 /* CircledIconView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CircledIconView.html; path = docs/Structs/CircledIconView.html; sourceTree = "<group>"; };
|
||||
455D603F0E71866B70EC5C125FD1DCE3 /* CircledIconView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = CircledIconView.html; path = docs/Structs/CircledIconView.html; sourceTree = "<group>"; };
|
||||
46EC60383B136A874161FB6788E7A566 /* NumberedCircleView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = NumberedCircleView.swift; sourceTree = "<group>"; };
|
||||
47B1BBCA1F9E089FA8AF92FB2B090028 /* jazzy.search.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.search.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jazzy.search.js; sourceTree = "<group>"; };
|
||||
4801813FD4B5334BD070ED5CE2E0ECC2 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/Extensions.html; sourceTree = "<group>"; };
|
||||
48CABE3F4FDF8EA5D722838DD032F586 /* NumberedCircleView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = NumberedCircleView.html; path = docs/Structs/NumberedCircleView.html; sourceTree = "<group>"; };
|
||||
49D784553AAC8B8E5FFC11DA327E51EA /* View.html */ = {isa = PBXFileReference; includeInIndex = 1; name = View.html; path = docs/Extensions/View.html; sourceTree = "<group>"; };
|
||||
47B1BBCA1F9E089FA8AF92FB2B090028 /* jazzy.search.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.search.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jazzy.search.js; sourceTree = "<group>"; };
|
||||
4801813FD4B5334BD070ED5CE2E0ECC2 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Extensions.html; path = docs/Extensions.html; sourceTree = "<group>"; };
|
||||
48CABE3F4FDF8EA5D722838DD032F586 /* NumberedCircleView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = NumberedCircleView.html; path = docs/Structs/NumberedCircleView.html; sourceTree = "<group>"; };
|
||||
49D784553AAC8B8E5FFC11DA327E51EA /* View.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = View.html; path = docs/Extensions/View.html; sourceTree = "<group>"; };
|
||||
4ABD3C947C6C605A6BEB3ADD0EF0E287 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/img/dash.png; sourceTree = "<group>"; };
|
||||
4B555C4FC5FF01432A5B9B4EB2313510 /* SnapshotTesting-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "SnapshotTesting-Info.plist"; sourceTree = "<group>"; };
|
||||
4C0CA527311E8D6053CD18C45F669B32 /* SceneKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SceneKit.swift; path = Sources/SnapshotTesting/Snapshotting/SceneKit.swift; sourceTree = "<group>"; };
|
||||
4E753134DBAC9E58D31D4D4950BA6E89 /* Pods-StepperView_Watch Extension-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-StepperView_Watch Extension-umbrella.h"; sourceTree = "<group>"; };
|
||||
4EA5DAFB8EA20FA670B63AC5FCD0523C /* Pods_StepperView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_StepperView_Tests.framework; path = "Pods-StepperView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
4EA5DAFB8EA20FA670B63AC5FCD0523C /* Pods_StepperView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StepperView_Tests.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
51DFDE88834F7E40014E803B6B644499 /* AssertSnapshot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertSnapshot.swift; path = Sources/SnapshotTesting/AssertSnapshot.swift; sourceTree = "<group>"; };
|
||||
51F952AD7FE401BD0C8D99835194E95D /* StepperView-iOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "StepperView-iOS.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
52A7C62F0801103698661121CE7ADAFD /* PitstopHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitstopHeightPreference.html; path = docs/Structs/PitstopHeightPreference.html; sourceTree = "<group>"; };
|
||||
52A7C62F0801103698661121CE7ADAFD /* PitstopHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitstopHeightPreference.html; path = docs/Structs/PitstopHeightPreference.html; sourceTree = "<group>"; };
|
||||
52EA42F1ACA479FCD8CEA179F3D02A68 /* Pods-StepperView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
54391EF22F06A1F3BC51780C285D8ED3 /* StepperView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperView.html; path = docs/Structs/StepperView.html; sourceTree = "<group>"; };
|
||||
54FCBDA07569D565233D16DCCBF1B86F /* StepIndicatorModeKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorModeKey.html; path = docs/Structs/StepIndicatorModeKey.html; sourceTree = "<group>"; };
|
||||
54391EF22F06A1F3BC51780C285D8ED3 /* StepperView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepperView.html; path = docs/Structs/StepperView.html; sourceTree = "<group>"; };
|
||||
54FCBDA07569D565233D16DCCBF1B86F /* StepIndicatorModeKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepIndicatorModeKey.html; path = docs/Structs/StepIndicatorModeKey.html; sourceTree = "<group>"; };
|
||||
55C34891961FC441E1A021D5CE301AB7 /* Pods-StepperView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-StepperView_Tests-umbrella.h"; sourceTree = "<group>"; };
|
||||
55C5C70046137F82DC4DE33D106942B6 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
|
||||
56AF01F689F046F167261EAD05F7C246 /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Structs.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html; sourceTree = "<group>"; };
|
||||
55C5C70046137F82DC4DE33D106942B6 /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/css/highlight.css; sourceTree = "<group>"; };
|
||||
56AF01F689F046F167261EAD05F7C246 /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Structs.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs.html; sourceTree = "<group>"; };
|
||||
56DB778555062E61C5669596213B83F1 /* Pods-StepperView_Watch Extension.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Watch Extension.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
584C27168F70A918E4F29362FCBCFF00 /* String.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = String.swift; path = Sources/SnapshotTesting/Snapshotting/String.swift; sourceTree = "<group>"; };
|
||||
5A4C4E3CFD7A023721A45C5C02E57062 /* PitStopView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html; sourceTree = "<group>"; };
|
||||
5A533CBB3A830EB3B198597EF75A810D /* lunr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = lunr.min.js; path = docs/js/lunr.min.js; sourceTree = "<group>"; };
|
||||
5A4C4E3CFD7A023721A45C5C02E57062 /* PitStopView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopView.html; sourceTree = "<group>"; };
|
||||
5A533CBB3A830EB3B198597EF75A810D /* lunr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = lunr.min.js; path = docs/js/lunr.min.js; sourceTree = "<group>"; };
|
||||
5A9A6F1EB1C5C48EA26D5D7726F6D56B /* IndicatorView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = IndicatorView.swift; sourceTree = "<group>"; };
|
||||
5BB3FA8F800EAD771A887AA0B262E0A0 /* YellowSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = YellowSubType.html; path = docs/Enums/Colors/YellowSubType.html; sourceTree = "<group>"; };
|
||||
5BB3FA8F800EAD771A887AA0B262E0A0 /* YellowSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = YellowSubType.html; path = docs/Enums/Colors/YellowSubType.html; sourceTree = "<group>"; };
|
||||
5E38BC9FC611939CA46A2BBAE9FCDA5F /* Pods-StepperView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-StepperView_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
5E5F1DCD5FD9F8F875446804A4DD4F19 /* RedSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = RedSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html; sourceTree = "<group>"; };
|
||||
5F629E626476F864CB33CDBF8DED2F05 /* EnvironmentValues.html */ = {isa = PBXFileReference; includeInIndex = 1; name = EnvironmentValues.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html; sourceTree = "<group>"; };
|
||||
5E5F1DCD5FD9F8F875446804A4DD4F19 /* RedSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = RedSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/RedSubType.html; sourceTree = "<group>"; };
|
||||
5F629E626476F864CB33CDBF8DED2F05 /* EnvironmentValues.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = EnvironmentValues.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/EnvironmentValues.html; sourceTree = "<group>"; };
|
||||
5F974148746ADF47725F16E8AE8D554F /* CaseIterable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CaseIterable.swift; path = Sources/SnapshotTesting/Snapshotting/CaseIterable.swift; sourceTree = "<group>"; };
|
||||
6166C4D659B8007CAA7ACDFDAB709A46 /* StepperView-iOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "StepperView-iOS.release.xcconfig"; sourceTree = "<group>"; };
|
||||
61B0368E9352383AFBEDC872B3AA718E /* Pods-StepperView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-StepperView_Tests-dummy.m"; sourceTree = "<group>"; };
|
||||
61F41A7F18B87E576D84805F3B52A0EF /* LoadAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LoadAnimationOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
61F41A7F18B87E576D84805F3B52A0EF /* LoadAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = LoadAnimationOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LoadAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
62D194AF3F49F0CAC373B258FBAD1C78 /* SnapshotTesting-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "SnapshotTesting-dummy.m"; sourceTree = "<group>"; };
|
||||
62D78E5653B736EEB0391D7CFE861827 /* BoundsPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = BoundsPreferenceKey.html; path = docs/Structs/BoundsPreferenceKey.html; sourceTree = "<group>"; };
|
||||
6705F302B209207909142D4961024206 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html; sourceTree = "<group>"; };
|
||||
62D78E5653B736EEB0391D7CFE861827 /* BoundsPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = BoundsPreferenceKey.html; path = docs/Structs/BoundsPreferenceKey.html; sourceTree = "<group>"; };
|
||||
6705F302B209207909142D4961024206 /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Classes.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes.html; sourceTree = "<group>"; };
|
||||
677F639EA9C06D0891A723A57418F598 /* Codable.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Codable.swift; path = Sources/SnapshotTesting/Snapshotting/Codable.swift; sourceTree = "<group>"; };
|
||||
695EA27B610A259689225C726BFFC396 /* StepperIndicationType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperIndicationType.html; path = docs/Enums/StepperIndicationType.html; sourceTree = "<group>"; };
|
||||
695EA27B610A259689225C726BFFC396 /* StepperIndicationType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepperIndicationType.html; path = docs/Enums/StepperIndicationType.html; sourceTree = "<group>"; };
|
||||
6A0D19BF7BAEB7DA2481EF41D28AFEFD /* UIImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIImage.swift; path = Sources/SnapshotTesting/Snapshotting/UIImage.swift; sourceTree = "<group>"; };
|
||||
6AC4FA4D04AF052243FB0DD9AA68574C /* SnapshotTesting.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = SnapshotTesting.modulemap; sourceTree = "<group>"; };
|
||||
6B726D471D3AC2F2562F9ED6506D4104 /* AnimatedCircle.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AnimatedCircle.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html; sourceTree = "<group>"; };
|
||||
6C25ED16F20503A39DB7660CB45B5F4B /* LineOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LineOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html; sourceTree = "<group>"; };
|
||||
6B726D471D3AC2F2562F9ED6506D4104 /* AnimatedCircle.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = AnimatedCircle.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AnimatedCircle.html; sourceTree = "<group>"; };
|
||||
6C25ED16F20503A39DB7660CB45B5F4B /* LineOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = LineOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/LineOptionsKey.html; sourceTree = "<group>"; };
|
||||
6CEE61257AE2E38506BEBD035401EBF7 /* Pods-StepperView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Example.release.xcconfig"; sourceTree = "<group>"; };
|
||||
6D5A449E427CEAE1AC4868076B07A864 /* StepperView-watchOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; name = "StepperView-watchOS-Info.plist"; path = "../StepperView-watchOS/StepperView-watchOS-Info.plist"; sourceTree = "<group>"; };
|
||||
6E319680C2F4C653000270E83E310B89 /* WidthPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WidthPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html; sourceTree = "<group>"; };
|
||||
6E319680C2F4C653000270E83E310B89 /* WidthPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = WidthPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/WidthPreference.html; sourceTree = "<group>"; };
|
||||
6E4B08FC986AC2CA988DA70A194536E6 /* TextView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = TextView.swift; sourceTree = "<group>"; };
|
||||
700BC05FDF7692464A6DF678C5C4BD36 /* Utils.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html; sourceTree = "<group>"; };
|
||||
7076BC194CEA96FECF3A5D9955B1F08C /* VerticalHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalHeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html; sourceTree = "<group>"; };
|
||||
7244A417F4AAD347828E9B21685B7501 /* HorizontalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HorizontalLineView.html; path = docs/Structs/HorizontalLineView.html; sourceTree = "<group>"; };
|
||||
783963C783951E0D65EE95F340EB8C2F /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
7B32D1BC7E72795EA838594B869053E9 /* GreenSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = GreenSubType.html; path = docs/Enums/Colors/GreenSubType.html; sourceTree = "<group>"; };
|
||||
700BC05FDF7692464A6DF678C5C4BD36 /* Utils.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Utils.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/Utils.html; sourceTree = "<group>"; };
|
||||
7076BC194CEA96FECF3A5D9955B1F08C /* VerticalHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = VerticalHeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalHeightPreference.html; sourceTree = "<group>"; };
|
||||
7244A417F4AAD347828E9B21685B7501 /* HorizontalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = HorizontalLineView.html; path = docs/Structs/HorizontalLineView.html; sourceTree = "<group>"; };
|
||||
783963C783951E0D65EE95F340EB8C2F /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
7B32D1BC7E72795EA838594B869053E9 /* GreenSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = GreenSubType.html; path = docs/Enums/Colors/GreenSubType.html; sourceTree = "<group>"; };
|
||||
7B493584ABAFFEF709138B46A49D89B2 /* Pods-StepperView_Watch.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-StepperView_Watch.modulemap"; sourceTree = "<group>"; };
|
||||
7BD54C115329D22F554234CE17C84713 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; name = index.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html; sourceTree = "<group>"; };
|
||||
7BD54C115329D22F554234CE17C84713 /* index.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = index.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/index.html; sourceTree = "<group>"; };
|
||||
7C55B0DE246DBF20E0B9D89FBD905F48 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/WatchOS.platform/Developer/SDKs/WatchOS7.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
|
||||
7C9391F68BAA312A0B8FBB9F23C3B647 /* StepIndicatorHorizontalView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorHorizontalView.html; path = docs/Structs/StepIndicatorHorizontalView.html; sourceTree = "<group>"; };
|
||||
7C9391F68BAA312A0B8FBB9F23C3B647 /* StepIndicatorHorizontalView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepIndicatorHorizontalView.html; path = docs/Structs/StepIndicatorHorizontalView.html; sourceTree = "<group>"; };
|
||||
7E08B43EC89FB085F350E985FB509751 /* StepperView-iOS-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "StepperView-iOS-Info.plist"; sourceTree = "<group>"; };
|
||||
7EC2ABFACE9EF94C216607671E52A736 /* StepperLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperLineOptions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html; sourceTree = "<group>"; };
|
||||
7EC2ABFACE9EF94C216607671E52A736 /* StepperLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepperLineOptions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperLineOptions.html; sourceTree = "<group>"; };
|
||||
7FA6DA9948C40DFA0B1A3AC3BBBDE7E5 /* Pods-StepperView_Watch Extension-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-StepperView_Watch Extension-dummy.m"; sourceTree = "<group>"; };
|
||||
848074A2B60B6B3D38247A4ACD31C220 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jquery.min.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
848074A2B60B6B3D38247A4ACD31C220 /* jquery.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jquery.min.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jquery.min.js; sourceTree = "<group>"; };
|
||||
8552C0F4E4AF5BB803C0393CE438BA28 /* Diff.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Diff.swift; path = Sources/SnapshotTesting/Diff.swift; sourceTree = "<group>"; };
|
||||
86971AFE2030B767EC00A87CDED717B0 /* HeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HeightPreference.html; path = docs/Structs/HeightPreference.html; sourceTree = "<group>"; };
|
||||
86F4CA94BA9E82ACAF9F2405471EAFA2 /* PitStopOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopOptionsKey.html; path = docs/Structs/PitStopOptionsKey.html; sourceTree = "<group>"; };
|
||||
870ED47750E609DFFE5A551D3825B420 /* HeightKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HeightKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html; sourceTree = "<group>"; };
|
||||
896AD3EF550AC466B310CA921946DE43 /* StepIndicatorModeKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorModeKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html; sourceTree = "<group>"; };
|
||||
8A5227423FF6FE3204090D635C218B96 /* VerticalAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalAlignment.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html; sourceTree = "<group>"; };
|
||||
8C577625F9D0DAA58502A4DB3D7C5B65 /* AlignmentKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AlignmentKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html; sourceTree = "<group>"; };
|
||||
8D321BF6212627F5C951843A9B28BB14 /* StepperView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = StepperView.framework; path = "StepperView-iOS.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
86971AFE2030B767EC00A87CDED717B0 /* HeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = HeightPreference.html; path = docs/Structs/HeightPreference.html; sourceTree = "<group>"; };
|
||||
86F4CA94BA9E82ACAF9F2405471EAFA2 /* PitStopOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopOptionsKey.html; path = docs/Structs/PitStopOptionsKey.html; sourceTree = "<group>"; };
|
||||
870ED47750E609DFFE5A551D3825B420 /* HeightKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = HeightKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightKey.html; sourceTree = "<group>"; };
|
||||
896AD3EF550AC466B310CA921946DE43 /* StepIndicatorModeKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepIndicatorModeKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorModeKey.html; sourceTree = "<group>"; };
|
||||
8A5227423FF6FE3204090D635C218B96 /* VerticalAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = VerticalAlignment.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/VerticalAlignment.html; sourceTree = "<group>"; };
|
||||
8C577625F9D0DAA58502A4DB3D7C5B65 /* AlignmentKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = AlignmentKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AlignmentKey.html; sourceTree = "<group>"; };
|
||||
8D321BF6212627F5C951843A9B28BB14 /* StepperView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = StepperView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
8D819FD4CFE2D9AE1135737C473BB56E /* Pods-StepperView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Example.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
8EBB428E3DD4D5F8A7AAD670824E4E48 /* StepperLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperLineOptions.html; path = docs/Enums/StepperLineOptions.html; sourceTree = "<group>"; };
|
||||
8EBB428E3DD4D5F8A7AAD670824E4E48 /* StepperLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepperLineOptions.html; path = docs/Enums/StepperLineOptions.html; sourceTree = "<group>"; };
|
||||
8F7BA3A8661BBC806864F697C51D7318 /* View+Extensions.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "View+Extensions.swift"; sourceTree = "<group>"; };
|
||||
905F87FF2F7C555A58528D54B4CAE804 /* Colors.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Colors.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html; sourceTree = "<group>"; };
|
||||
9143B1D54CE5419FADBDE2970AEFFBBB /* YellowSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = YellowSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html; sourceTree = "<group>"; };
|
||||
905F87FF2F7C555A58528D54B4CAE804 /* Colors.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Colors.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors.html; sourceTree = "<group>"; };
|
||||
9143B1D54CE5419FADBDE2970AEFFBBB /* YellowSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = YellowSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/YellowSubType.html; sourceTree = "<group>"; };
|
||||
916AFA1F3CEADA5123AF42341C9C9E74 /* PitStopView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PitStopView.swift; sourceTree = "<group>"; };
|
||||
91FAEE3DC5BB2141879276F62C556B9D /* StepsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html; sourceTree = "<group>"; };
|
||||
91FAEE3DC5BB2141879276F62C556B9D /* StepsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepsKey.html; sourceTree = "<group>"; };
|
||||
9321EEBF8992813520D43041AF4164EA /* Description.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Description.swift; path = Sources/SnapshotTesting/Snapshotting/Description.swift; sourceTree = "<group>"; };
|
||||
9435A9354B6A046C7F3B40BADDBC9238 /* StepIndicatorVerticalView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorVerticalView.html; path = docs/Structs/StepIndicatorVerticalView.html; sourceTree = "<group>"; };
|
||||
94CEA2A09CFDA9F1E538C1C10B5239FB /* typeahead.jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; name = typeahead.jquery.js; path = docs/js/typeahead.jquery.js; sourceTree = "<group>"; };
|
||||
9435A9354B6A046C7F3B40BADDBC9238 /* StepIndicatorVerticalView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepIndicatorVerticalView.html; path = docs/Structs/StepIndicatorVerticalView.html; sourceTree = "<group>"; };
|
||||
94CEA2A09CFDA9F1E538C1C10B5239FB /* typeahead.jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = typeahead.jquery.js; path = docs/js/typeahead.jquery.js; sourceTree = "<group>"; };
|
||||
95B6E8DD5E9A276F4BBEF4E363D46D6F /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
|
||||
95F9C3F74EF13D469174BE7AA984ECA8 /* StepIndicatorVerticalView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepIndicatorVerticalView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html; sourceTree = "<group>"; };
|
||||
9672A72A9E65F793E74E550478DB42E8 /* Colors.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Colors.html; path = docs/Enums/Colors.html; sourceTree = "<group>"; };
|
||||
974B63788A75390A8FC7C8078CFB123B /* StepperAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperAlignment.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html; sourceTree = "<group>"; };
|
||||
95F9C3F74EF13D469174BE7AA984ECA8 /* StepIndicatorVerticalView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepIndicatorVerticalView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepIndicatorVerticalView.html; sourceTree = "<group>"; };
|
||||
9672A72A9E65F793E74E550478DB42E8 /* Colors.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Colors.html; path = docs/Enums/Colors.html; sourceTree = "<group>"; };
|
||||
974B63788A75390A8FC7C8078CFB123B /* StepperAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepperAlignment.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperAlignment.html; sourceTree = "<group>"; };
|
||||
979CD95CCB2851EA30B74C797FB103B9 /* PreferenceKey+Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "PreferenceKey+Extension.swift"; sourceTree = "<group>"; };
|
||||
9AA2B725F50F1985BB7A4940E3948BD3 /* Pods-StepperView_Watch-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Watch-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
9AAEFAA81F1961E13F3499FB65E26481 /* StepperView-watchOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "StepperView-watchOS-umbrella.h"; path = "../StepperView-watchOS/StepperView-watchOS-umbrella.h"; sourceTree = "<group>"; };
|
||||
9B607C869CD98E4D57AC06BA6CD01226 /* Pods-StepperView_Watch-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-StepperView_Watch-acknowledgements.markdown"; sourceTree = "<group>"; };
|
||||
9BF05570F4FC5530B25624B36D5BBC7F /* Internal.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Internal.swift; path = Sources/SnapshotTesting/Common/Internal.swift; sourceTree = "<group>"; };
|
||||
9CF5F4915B70E62E0F13998F1F418CCF /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/img/gh.png; sourceTree = "<group>"; };
|
||||
9D6AB0AE260C020D72E5E9B816083609 /* CGRectPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CGRectPreferenceKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html; sourceTree = "<group>"; };
|
||||
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
9E17A43CCEFA7C00ACD4EEF17835B7E6 /* PitStopStep.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopStep.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopStep.html; sourceTree = "<group>"; };
|
||||
9D6AB0AE260C020D72E5E9B816083609 /* CGRectPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = CGRectPreferenceKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CGRectPreferenceKey.html; sourceTree = "<group>"; };
|
||||
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
9E17A43CCEFA7C00ACD4EEF17835B7E6 /* PitStopStep.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopStep.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopStep.html; sourceTree = "<group>"; };
|
||||
9E84FD3EAE223A68314E7E7E878F3581 /* StepperView-watchOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "StepperView-watchOS.release.xcconfig"; path = "../StepperView-watchOS/StepperView-watchOS.release.xcconfig"; sourceTree = "<group>"; };
|
||||
9FAFF822F7883772CCBBF785311B59CB /* VerticalHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalHeightPreference.html; path = docs/Structs/VerticalHeightPreference.html; sourceTree = "<group>"; };
|
||||
A0022B9BEC10F188E5166927C68E2BE6 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
|
||||
A037DBBCCACBFACB5C39A80B1C273043 /* SnapshotTesting.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = SnapshotTesting.framework; path = SnapshotTesting.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
9FAFF822F7883772CCBBF785311B59CB /* VerticalHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = VerticalHeightPreference.html; path = docs/Structs/VerticalHeightPreference.html; sourceTree = "<group>"; };
|
||||
A0022B9BEC10F188E5166927C68E2BE6 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/js/jazzy.js; sourceTree = "<group>"; };
|
||||
A037DBBCCACBFACB5C39A80B1C273043 /* SnapshotTesting.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = SnapshotTesting.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
A0B0363C5DA0646CFB2B3EF46BE0F078 /* StepperView-iOS-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "StepperView-iOS-umbrella.h"; sourceTree = "<group>"; };
|
||||
A3F685A6A05B3F2EB57BEC8A22236E80 /* IndicatorKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IndicatorKey.html; path = docs/Structs/IndicatorKey.html; sourceTree = "<group>"; };
|
||||
A6E64D5C4F4D0FE3267F895858966B6D /* LoadingTimer.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LoadingTimer.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html; sourceTree = "<group>"; };
|
||||
A6EBA8A863057E6B87A019B0598462E4 /* TextView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextView.html; path = docs/Structs/TextView.html; sourceTree = "<group>"; };
|
||||
A3F685A6A05B3F2EB57BEC8A22236E80 /* IndicatorKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = IndicatorKey.html; path = docs/Structs/IndicatorKey.html; sourceTree = "<group>"; };
|
||||
A6E64D5C4F4D0FE3267F895858966B6D /* LoadingTimer.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = LoadingTimer.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Classes/LoadingTimer.html; sourceTree = "<group>"; };
|
||||
A6EBA8A863057E6B87A019B0598462E4 /* TextView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = TextView.html; path = docs/Structs/TextView.html; sourceTree = "<group>"; };
|
||||
A786374E297AD3E72EF898FE0FE8DC2A /* UIViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = UIViewController.swift; path = Sources/SnapshotTesting/Snapshotting/UIViewController.swift; sourceTree = "<group>"; };
|
||||
A7CCD67A742041597540C020D68418B5 /* Pods-StepperView_Watch-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Watch-Info.plist"; sourceTree = "<group>"; };
|
||||
A86F0DD6C92051D8A83077FC4673DDC2 /* Snapshotting.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Snapshotting.swift; path = Sources/SnapshotTesting/Snapshotting.swift; sourceTree = "<group>"; };
|
||||
A9FFBC57DB408A1C61378CD553B2B566 /* HeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html; sourceTree = "<group>"; };
|
||||
A9FFBC57DB408A1C61378CD553B2B566 /* HeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = HeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/HeightPreference.html; sourceTree = "<group>"; };
|
||||
AB81E8D19ECE99E242B3BF7394A5F463 /* StepperView-watchOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "StepperView-watchOS-dummy.m"; path = "../StepperView-watchOS/StepperView-watchOS-dummy.m"; sourceTree = "<group>"; };
|
||||
AB914074C9FB52A54B0D276DDC120FD0 /* Pods-StepperView_Watch Extension.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-StepperView_Watch Extension.modulemap"; sourceTree = "<group>"; };
|
||||
AB9C3FF3D5A915D3FE335ECD345BA973 /* SpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = SpacingKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html; sourceTree = "<group>"; };
|
||||
AC33CC64B00A81ECAA51CEA2D87FFB02 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
|
||||
ACACCF6933BCA7DCC1F27B385811D6CD /* StepAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepAnimationOptionsKey.html; path = docs/Structs/StepAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
ACBFADB1215F4668CCCCCC8633AD7CBB /* BoundsPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = BoundsPreferenceKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html; sourceTree = "<group>"; };
|
||||
AE86EF2D232EB2767663348789DB7E20 /* Utils.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Utils.html; path = docs/Structs/Utils.html; sourceTree = "<group>"; };
|
||||
AF69B0E7C253CC3D736B758D38D4E3ED /* CircledIconView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CircledIconView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html; sourceTree = "<group>"; };
|
||||
AF83E9F0989C023E4AE6461B22EEB26E /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Structs.html; path = docs/Structs.html; sourceTree = "<group>"; };
|
||||
AB9C3FF3D5A915D3FE335ECD345BA973 /* SpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = SpacingKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/SpacingKey.html; sourceTree = "<group>"; };
|
||||
AC33CC64B00A81ECAA51CEA2D87FFB02 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = undocumented.json; path = docs/undocumented.json; sourceTree = "<group>"; };
|
||||
ACACCF6933BCA7DCC1F27B385811D6CD /* StepAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepAnimationOptionsKey.html; path = docs/Structs/StepAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
ACBFADB1215F4668CCCCCC8633AD7CBB /* BoundsPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = BoundsPreferenceKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/BoundsPreferenceKey.html; sourceTree = "<group>"; };
|
||||
AE86EF2D232EB2767663348789DB7E20 /* Utils.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Utils.html; path = docs/Structs/Utils.html; sourceTree = "<group>"; };
|
||||
AF69B0E7C253CC3D736B758D38D4E3ED /* CircledIconView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = CircledIconView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/CircledIconView.html; sourceTree = "<group>"; };
|
||||
AF83E9F0989C023E4AE6461B22EEB26E /* Structs.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Structs.html; path = docs/Structs.html; sourceTree = "<group>"; };
|
||||
B01D516C6763F1B1F43B3A6786891218 /* EnvironmentValues+Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "EnvironmentValues+Extension.swift"; sourceTree = "<group>"; };
|
||||
B0F01D10EAA958C6B1007C37FA512146 /* Pods-StepperView_Watch Extension-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Watch Extension-Info.plist"; sourceTree = "<group>"; };
|
||||
B1A900BB6ED39A4663C0B836F38C9317 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html; sourceTree = "<group>"; };
|
||||
B260A869BC80762B5E611AADDA6CBACD /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; name = badge.svg; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/badge.svg; sourceTree = "<group>"; };
|
||||
B1A900BB6ED39A4663C0B836F38C9317 /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Enums.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums.html; sourceTree = "<group>"; };
|
||||
B260A869BC80762B5E611AADDA6CBACD /* badge.svg */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; name = badge.svg; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/badge.svg; sourceTree = "<group>"; };
|
||||
B4E0F7A3D7810D7CAEA0E03932657149 /* carat.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = carat.png; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/img/carat.png; sourceTree = "<group>"; };
|
||||
B56800A721769D828800DB2F0D236E1A /* StepperView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html; sourceTree = "<group>"; };
|
||||
B6C19603B5F9F3AFBBA56E58188752DA /* PitStopSteps.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PitStopSteps.swift; sourceTree = "<group>"; };
|
||||
B71CFB432C3FDF94D75F642B5AAA27A1 /* CGRectPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CGRectPreferenceKey.html; path = docs/Structs/CGRectPreferenceKey.html; sourceTree = "<group>"; };
|
||||
B56800A721769D828800DB2F0D236E1A /* StepperView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepperView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepperView.html; sourceTree = "<group>"; };
|
||||
B71CFB432C3FDF94D75F642B5AAA27A1 /* CGRectPreferenceKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = CGRectPreferenceKey.html; path = docs/Structs/CGRectPreferenceKey.html; sourceTree = "<group>"; };
|
||||
B7F4DA1477939461442D642761C8158E /* Pods-StepperView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-StepperView_Example-dummy.m"; sourceTree = "<group>"; };
|
||||
B85F63F6F0616F7FE7949F7EE63BD175 /* Wait.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Wait.swift; path = Sources/SnapshotTesting/Extensions/Wait.swift; sourceTree = "<group>"; };
|
||||
B9751B21DE2F6E78F3DE009572494246 /* StepAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepAnimationOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
BB245931AF11B771EFE2110D4AE38B80 /* AutoSpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AutoSpacingKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html; sourceTree = "<group>"; };
|
||||
BCE30B37E4E3E8B7E46510CF512B9EA5 /* AutoSpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AutoSpacingKey.html; path = docs/Structs/AutoSpacingKey.html; sourceTree = "<group>"; };
|
||||
BD75F5A5493A8BB2B944A36BC5A2670D /* VerticalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html; sourceTree = "<group>"; };
|
||||
B9751B21DE2F6E78F3DE009572494246 /* StepAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepAnimationOptionsKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/StepAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
BB245931AF11B771EFE2110D4AE38B80 /* AutoSpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = AutoSpacingKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/AutoSpacingKey.html; sourceTree = "<group>"; };
|
||||
BCE30B37E4E3E8B7E46510CF512B9EA5 /* AutoSpacingKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = AutoSpacingKey.html; path = docs/Structs/AutoSpacingKey.html; sourceTree = "<group>"; };
|
||||
BD75F5A5493A8BB2B944A36BC5A2670D /* VerticalLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = VerticalLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/VerticalLineView.html; sourceTree = "<group>"; };
|
||||
BF2156748749E12039E5059B4E61A07C /* StepperView-iOS-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "StepperView-iOS-dummy.m"; sourceTree = "<group>"; };
|
||||
BF4286727440DD327DE2AE95BF9D44E0 /* NSImage.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSImage.swift; path = Sources/SnapshotTesting/Snapshotting/NSImage.swift; sourceTree = "<group>"; };
|
||||
C1F617EBF85EEBCCF34FE1E1B42A8784 /* Utils.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
|
||||
C20E55F7ABE13B5F0371BFEB6C4FF34C /* Pods-StepperView_Watch Extension-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Watch Extension-acknowledgements.plist"; sourceTree = "<group>"; };
|
||||
C213B490DAAF188ECBD5D1BF7BC777E6 /* SpriteKit.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SpriteKit.swift; path = Sources/SnapshotTesting/Snapshotting/SpriteKit.swift; sourceTree = "<group>"; };
|
||||
C33A460CB89A57C1B4E8CA2B6FE60E81 /* IndicatorKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = IndicatorKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html; sourceTree = "<group>"; };
|
||||
C33A460CB89A57C1B4E8CA2B6FE60E81 /* IndicatorKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = IndicatorKey.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/IndicatorKey.html; sourceTree = "<group>"; };
|
||||
C359AED391F6ADA8E24CD9A124DA371E /* Pods-StepperView_Watch.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-StepperView_Watch.release.xcconfig"; sourceTree = "<group>"; };
|
||||
C4BB757B0C569052CF1DBEC733FFD737 /* Data.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Data.swift; path = Sources/SnapshotTesting/Snapshotting/Data.swift; sourceTree = "<group>"; };
|
||||
C60FBAC5FEAD2D3A19ABA9B447E9A319 /* typeahead.jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; name = typeahead.jquery.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/typeahead.jquery.js; sourceTree = "<group>"; };
|
||||
C6697442AD9C5B817C72F678C2413259 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Extensions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html; sourceTree = "<group>"; };
|
||||
C60FBAC5FEAD2D3A19ABA9B447E9A319 /* typeahead.jquery.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = typeahead.jquery.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/typeahead.jquery.js; sourceTree = "<group>"; };
|
||||
C6697442AD9C5B817C72F678C2413259 /* Extensions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = Extensions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions.html; sourceTree = "<group>"; };
|
||||
C719024204C3A03223697AF4003AF2E9 /* Pods-StepperView_Watch-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-StepperView_Watch-umbrella.h"; sourceTree = "<group>"; };
|
||||
C836B8F59D3DBBAF3C72EC3E04029F40 /* Pods-StepperView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-StepperView_Example-frameworks.sh"; sourceTree = "<group>"; };
|
||||
C9133800B38183F6962BFD7DD7521FB0 /* AlignmentKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = AlignmentKey.html; path = docs/Structs/AlignmentKey.html; sourceTree = "<group>"; };
|
||||
C9133800B38183F6962BFD7DD7521FB0 /* AlignmentKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = AlignmentKey.html; path = docs/Structs/AlignmentKey.html; sourceTree = "<group>"; };
|
||||
CA194F706F613BEF7DCADC254557C3EE /* StepperView-watchOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; name = "StepperView-watchOS.modulemap"; path = "../StepperView-watchOS/StepperView-watchOS.modulemap"; sourceTree = "<group>"; };
|
||||
CBF8080AC93396593A78EFAC07C8C582 /* GraySubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = GraySubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html; sourceTree = "<group>"; };
|
||||
CC69DB27C7C6E3F3799F1663B003A975 /* View.html */ = {isa = PBXFileReference; includeInIndex = 1; name = View.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html; sourceTree = "<group>"; };
|
||||
CCFDE4BCCC68CDA3F90058E35DB3183A /* PitStopLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopLineOptions.html; path = docs/Enums/PitStopLineOptions.html; sourceTree = "<group>"; };
|
||||
CBF8080AC93396593A78EFAC07C8C582 /* GraySubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = GraySubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GraySubType.html; sourceTree = "<group>"; };
|
||||
CC69DB27C7C6E3F3799F1663B003A975 /* View.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = View.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Extensions/View.html; sourceTree = "<group>"; };
|
||||
CCFDE4BCCC68CDA3F90058E35DB3183A /* PitStopLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopLineOptions.html; path = docs/Enums/PitStopLineOptions.html; sourceTree = "<group>"; };
|
||||
CD0367335418A9475527400CB190FA8B /* HorizontalLineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = HorizontalLineView.swift; sourceTree = "<group>"; };
|
||||
CDE7A9925C1CAC9A9869C3C58582C9EB /* Colors+Extension.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = "Colors+Extension.swift"; sourceTree = "<group>"; };
|
||||
CE6DC4328B6C07C936F0EFF50DBE3257 /* CircledIconView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = CircledIconView.swift; sourceTree = "<group>"; };
|
||||
D01A40E39EACD3272B5C8AD0585526C3 /* HeightKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = HeightKey.html; path = docs/Structs/HeightKey.html; sourceTree = "<group>"; };
|
||||
D01A40E39EACD3272B5C8AD0585526C3 /* HeightKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = HeightKey.html; path = docs/Structs/HeightKey.html; sourceTree = "<group>"; };
|
||||
D1EDA2CFF4FC644BF0BA1960AF77E401 /* SnapshotTestCase.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = SnapshotTestCase.swift; path = Sources/SnapshotTesting/SnapshotTestCase.swift; sourceTree = "<group>"; };
|
||||
D34051EC87A66DF65C7B3D8627594429 /* NSView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSView.swift; path = Sources/SnapshotTesting/Snapshotting/NSView.swift; sourceTree = "<group>"; };
|
||||
D422FB1A173FC77250CF807B96E00CA4 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; name = docSet.dsidx; path = docs/docsets/StepperView.docset/Contents/Resources/docSet.dsidx; sourceTree = "<group>"; };
|
||||
D4DAFA16FAB82DF2EABB99CBC2B82F42 /* PitStopLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopLineOptions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/PitStopLineOptions.html; sourceTree = "<group>"; };
|
||||
D422FB1A173FC77250CF807B96E00CA4 /* docSet.dsidx */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = file; name = docSet.dsidx; path = docs/docsets/StepperView.docset/Contents/Resources/docSet.dsidx; sourceTree = "<group>"; };
|
||||
D4DAFA16FAB82DF2EABB99CBC2B82F42 /* PitStopLineOptions.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopLineOptions.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/PitStopLineOptions.html; sourceTree = "<group>"; };
|
||||
D68BA769606C404F7BC02E5F4D74C67A /* Pods-StepperView_Watch Extension-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-StepperView_Watch Extension-frameworks.sh"; sourceTree = "<group>"; };
|
||||
D91A7437B5D61C5D68DDF1F242E37954 /* WidthKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WidthKey.html; path = docs/Structs/WidthKey.html; sourceTree = "<group>"; };
|
||||
D9675BF7F1617547A197EF54B4CA5417 /* VerticalAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; name = VerticalAlignment.html; path = docs/Extensions/VerticalAlignment.html; sourceTree = "<group>"; };
|
||||
DA73118AF182121135983C0FEC206EA7 /* StepsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepsKey.html; path = docs/Structs/StepsKey.html; sourceTree = "<group>"; };
|
||||
DA92FF722DDBF737B72D547D8C6D8CF7 /* StepperView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = StepperView.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
D91A7437B5D61C5D68DDF1F242E37954 /* WidthKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = WidthKey.html; path = docs/Structs/WidthKey.html; sourceTree = "<group>"; };
|
||||
D9675BF7F1617547A197EF54B4CA5417 /* VerticalAlignment.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = VerticalAlignment.html; path = docs/Extensions/VerticalAlignment.html; sourceTree = "<group>"; };
|
||||
DA73118AF182121135983C0FEC206EA7 /* StepsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = StepsKey.html; path = docs/Structs/StepsKey.html; sourceTree = "<group>"; };
|
||||
DA92FF722DDBF737B72D547D8C6D8CF7 /* StepperView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; path = StepperView.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
|
||||
DA9C38ACEC8EF6779198630A964BC9E8 /* NSViewController.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = NSViewController.swift; path = Sources/SnapshotTesting/Snapshotting/NSViewController.swift; sourceTree = "<group>"; };
|
||||
DC483163D13D5AE3092F49F09C5E08BE /* lunr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; name = lunr.min.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/lunr.min.js; sourceTree = "<group>"; };
|
||||
DC483163D13D5AE3092F49F09C5E08BE /* lunr.min.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = lunr.min.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/lunr.min.js; sourceTree = "<group>"; };
|
||||
DE5CB9BA70CE2A0FB3E198A4FB9A5437 /* Any.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Any.swift; path = Sources/SnapshotTesting/Snapshotting/Any.swift; sourceTree = "<group>"; };
|
||||
DEC69FB64FCCC5770B842B7665E4A466 /* EnvironmentValues.html */ = {isa = PBXFileReference; includeInIndex = 1; name = EnvironmentValues.html; path = docs/Extensions/EnvironmentValues.html; sourceTree = "<group>"; };
|
||||
DEC69FB64FCCC5770B842B7665E4A466 /* EnvironmentValues.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = EnvironmentValues.html; path = docs/Extensions/EnvironmentValues.html; sourceTree = "<group>"; };
|
||||
DF19BCC9495D48049049450AADB9A50C /* AssertInlineSnapshot.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = AssertInlineSnapshot.swift; path = Sources/SnapshotTesting/AssertInlineSnapshot.swift; sourceTree = "<group>"; };
|
||||
DF61B59F1D4C0E7787C3F04A16469B03 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = "<group>"; };
|
||||
E2223A0FBBFB25BCAE60975D90CE7350 /* WidthPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = WidthPreference.html; path = docs/Structs/WidthPreference.html; sourceTree = "<group>"; };
|
||||
E2BCD979D29E04E97B98BBB14849D22C /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
|
||||
E3F1D15D17EC2E70B267EDDF7AABA57C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
|
||||
DF61B59F1D4C0E7787C3F04A16469B03 /* jazzy.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.js; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/js/jazzy.js; sourceTree = "<group>"; };
|
||||
E2223A0FBBFB25BCAE60975D90CE7350 /* WidthPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = WidthPreference.html; path = docs/Structs/WidthPreference.html; sourceTree = "<group>"; };
|
||||
E2BCD979D29E04E97B98BBB14849D22C /* Enums.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Enums.html; path = docs/Enums.html; sourceTree = "<group>"; };
|
||||
E3F1D15D17EC2E70B267EDDF7AABA57C /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
|
||||
E4DD9D4178FD3B4CF6DEB2C8DB332F8B /* gh.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = gh.png; path = docs/img/gh.png; sourceTree = "<group>"; };
|
||||
E6A3274FB1B6B5844F8D1A124BE5B0EE /* URLRequest.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = URLRequest.swift; path = Sources/SnapshotTesting/Snapshotting/URLRequest.swift; sourceTree = "<group>"; };
|
||||
E7C4FD2B276ECC1F50B4C183FEE3D3FA /* StepperView-iOS.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "StepperView-iOS.modulemap"; sourceTree = "<group>"; };
|
||||
E864098E6FD74332C6B4AB96AC43269E /* LoadAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LoadAnimationOptionsKey.html; path = docs/Structs/LoadAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
E8EB7C6EDA55DB3E2CE3E56D2CCDAF05 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; name = undocumented.json; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/undocumented.json; sourceTree = "<group>"; };
|
||||
EA229855983DE34FAA3DF12ECEE5E609 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; name = search.json; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/search.json; sourceTree = "<group>"; };
|
||||
E864098E6FD74332C6B4AB96AC43269E /* LoadAnimationOptionsKey.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = LoadAnimationOptionsKey.html; path = docs/Structs/LoadAnimationOptionsKey.html; sourceTree = "<group>"; };
|
||||
E8EB7C6EDA55DB3E2CE3E56D2CCDAF05 /* undocumented.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = undocumented.json; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/undocumented.json; sourceTree = "<group>"; };
|
||||
EA229855983DE34FAA3DF12ECEE5E609 /* search.json */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.json; name = search.json; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/search.json; sourceTree = "<group>"; };
|
||||
EA4CE37FD5420F6CA4CF69FAAF170DA5 /* StepperView-watchOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "StepperView-watchOS.debug.xcconfig"; path = "../StepperView-watchOS/StepperView-watchOS.debug.xcconfig"; sourceTree = "<group>"; };
|
||||
EB353159037433B43D06771A808670A2 /* PlistEncoder.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = PlistEncoder.swift; path = Sources/SnapshotTesting/Common/PlistEncoder.swift; sourceTree = "<group>"; };
|
||||
EC567C5BB6CB7F10A927240C632C8667 /* PitstopHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitstopHeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html; sourceTree = "<group>"; };
|
||||
ED7C57D10BC9CBD7A3EAE6285333D907 /* PitStopSteps.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopSteps.html; path = docs/Structs/PitStopSteps.html; sourceTree = "<group>"; };
|
||||
ED7DB61B58C2A61F87326D9F40CD59B6 /* BlueSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = BlueSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html; sourceTree = "<group>"; };
|
||||
EDA2CE38DA8EC6D33CAB00E6A13EDF55 /* GreenSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = GreenSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html; sourceTree = "<group>"; };
|
||||
EEADB4AB9815A1758DFB4B4E7BE5E5D5 /* StepperIndicationType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = StepperIndicationType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html; sourceTree = "<group>"; };
|
||||
EC567C5BB6CB7F10A927240C632C8667 /* PitstopHeightPreference.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitstopHeightPreference.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitstopHeightPreference.html; sourceTree = "<group>"; };
|
||||
ED7C57D10BC9CBD7A3EAE6285333D907 /* PitStopSteps.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = PitStopSteps.html; path = docs/Structs/PitStopSteps.html; sourceTree = "<group>"; };
|
||||
ED7DB61B58C2A61F87326D9F40CD59B6 /* BlueSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = BlueSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/BlueSubType.html; sourceTree = "<group>"; };
|
||||
EDA2CE38DA8EC6D33CAB00E6A13EDF55 /* GreenSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = GreenSubType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/Colors/GreenSubType.html; sourceTree = "<group>"; };
|
||||
EEADB4AB9815A1758DFB4B4E7BE5E5D5 /* StepperIndicationType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = StepperIndicationType.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Enums/StepperIndicationType.html; sourceTree = "<group>"; };
|
||||
EEAE8840A67B4CB05ECDAF5A85E24B50 /* Pods-StepperView_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-StepperView_Tests-Info.plist"; sourceTree = "<group>"; };
|
||||
F009379213378C5E0516F808E9B9EEDF /* spinner.gif */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.gif; name = spinner.gif; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/img/spinner.gif; sourceTree = "<group>"; };
|
||||
F391ADE3F5DF658D8CF12293A6CEA007 /* dash.png */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = image.png; name = dash.png; path = docs/img/dash.png; sourceTree = "<group>"; };
|
||||
F49E36693402E6633ACB1E1FF1A6D972 /* CGRectData.html */ = {isa = PBXFileReference; includeInIndex = 1; name = CGRectData.html; path = docs/Structs/CGRectData.html; sourceTree = "<group>"; };
|
||||
F55E6BBCED3076493C7A63511BF05C1E /* PitStopLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html; sourceTree = "<group>"; };
|
||||
F631A9742E4B7230AEBCE296A7A92738 /* Pods_StepperView_Watch_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_StepperView_Watch_Extension.framework; path = "Pods-StepperView_Watch Extension.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F49E36693402E6633ACB1E1FF1A6D972 /* CGRectData.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = CGRectData.html; path = docs/Structs/CGRectData.html; sourceTree = "<group>"; };
|
||||
F55E6BBCED3076493C7A63511BF05C1E /* PitStopLineView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopLineView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopLineView.html; sourceTree = "<group>"; };
|
||||
F631A9742E4B7230AEBCE296A7A92738 /* Pods_StepperView_Watch_Extension.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_StepperView_Watch_Extension.framework; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
F6D0F381CFC2E71B5848DDF3C61525EA /* Pods-StepperView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-StepperView_Example.modulemap"; sourceTree = "<group>"; };
|
||||
F8C5BFB2709ACA3DB976330C93F0F0B0 /* Async.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = Async.swift; path = Sources/SnapshotTesting/Async.swift; sourceTree = "<group>"; };
|
||||
F9A05705B4F34D90915ACEB8EFF0A79B /* jazzy.search.js */ = {isa = PBXFileReference; includeInIndex = 1; name = jazzy.search.js; path = docs/js/jazzy.search.js; sourceTree = "<group>"; };
|
||||
F9A05705B4F34D90915ACEB8EFF0A79B /* jazzy.search.js */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.javascript; name = jazzy.search.js; path = docs/js/jazzy.search.js; sourceTree = "<group>"; };
|
||||
FA3F145C60CFFB10F1798BB55725230F /* PitStopLineView.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; path = PitStopLineView.swift; sourceTree = "<group>"; };
|
||||
FB65DF8DCDF0765964216309AC2E465C /* LoadingTimer.html */ = {isa = PBXFileReference; includeInIndex = 1; name = LoadingTimer.html; path = docs/Classes/LoadingTimer.html; sourceTree = "<group>"; };
|
||||
FCEF1F8AD5FD0D1DCFBC25DA68B4EF53 /* PitStopSteps.html */ = {isa = PBXFileReference; includeInIndex = 1; name = PitStopSteps.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopSteps.html; sourceTree = "<group>"; };
|
||||
FB65DF8DCDF0765964216309AC2E465C /* LoadingTimer.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = LoadingTimer.html; path = docs/Classes/LoadingTimer.html; sourceTree = "<group>"; };
|
||||
FCEF1F8AD5FD0D1DCFBC25DA68B4EF53 /* PitStopSteps.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = PitStopSteps.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/PitStopSteps.html; sourceTree = "<group>"; };
|
||||
FD10704D670BE755E3C1A04C482F14BB /* CALayer.swift */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.swift; name = CALayer.swift; path = Sources/SnapshotTesting/Snapshotting/CALayer.swift; sourceTree = "<group>"; };
|
||||
FDBD95042ADB4996DBD8ACF049E2736F /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
|
||||
FDD7608CB1F5A7D411A01D04798CB71F /* BlueSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; name = BlueSubType.html; path = docs/Enums/Colors/BlueSubType.html; sourceTree = "<group>"; };
|
||||
FE128A218A192257E5F0B5235B9D930E /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; name = highlight.css; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = "<group>"; };
|
||||
FDBD95042ADB4996DBD8ACF049E2736F /* Classes.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = Classes.html; path = docs/Classes.html; sourceTree = "<group>"; };
|
||||
FDD7608CB1F5A7D411A01D04798CB71F /* BlueSubType.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html; name = BlueSubType.html; path = docs/Enums/Colors/BlueSubType.html; sourceTree = "<group>"; };
|
||||
FE128A218A192257E5F0B5235B9D930E /* highlight.css */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.css; name = highlight.css; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/css/highlight.css; sourceTree = "<group>"; };
|
||||
FE54E0EE77832C01DC96FA42213EFA34 /* SnapshotTesting-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "SnapshotTesting-umbrella.h"; sourceTree = "<group>"; };
|
||||
FF43C5035F438F6E91633727D07FF8EB /* TextView.html */ = {isa = PBXFileReference; includeInIndex = 1; name = TextView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html; sourceTree = "<group>"; };
|
||||
FF43C5035F438F6E91633727D07FF8EB /* TextView.html */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.html.documentation; name = TextView.html; path = docs/docsets/StepperView.docset/Contents/Resources/Documents/Structs/TextView.html; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
@@ -478,10 +475,8 @@
|
||||
1D6BC62242E7A714F53C7006099CCBBB /* Components */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
B6C19603B5F9F3AFBBA56E58188752DA /* PitStopSteps.swift */,
|
||||
6E4B08FC986AC2CA988DA70A194536E6 /* TextView.swift */,
|
||||
);
|
||||
name = Components;
|
||||
path = Components;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -609,7 +604,6 @@
|
||||
5A9A6F1EB1C5C48EA26D5D7726F6D56B /* IndicatorView.swift */,
|
||||
46EC60383B136A874161FB6788E7A566 /* NumberedCircleView.swift */,
|
||||
);
|
||||
name = Indicators;
|
||||
path = Indicators;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -679,7 +673,6 @@
|
||||
410FC8A7EC948E73AC72E902BE6E37E3 /* XCTAttachment.swift */,
|
||||
9659C94C85FA0FD9A56D413149C89233 /* Support Files */,
|
||||
);
|
||||
name = SnapshotTesting;
|
||||
path = SnapshotTesting;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -874,7 +867,6 @@
|
||||
FA3F145C60CFFB10F1798BB55725230F /* PitStopLineView.swift */,
|
||||
230EA4B54F18F7F7B03EFA6DB15A64B4 /* VerticalLineView.swift */,
|
||||
);
|
||||
name = Lines;
|
||||
path = Lines;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
@@ -1211,7 +1203,6 @@
|
||||
94B3960AAECDFF0856E0301C370C9EE6 /* LoadingTimer.swift in Sources */,
|
||||
F5C10090D5CC8AABC64DD17E69B56DE6 /* NumberedCircleView.swift in Sources */,
|
||||
5676F834482B032FB80B1D4A65906581 /* PitStopLineView.swift in Sources */,
|
||||
860F039BB2DB5899526F0E8D98F9837F /* PitStopSteps.swift in Sources */,
|
||||
B551120ADB2A47593DB465CB7AB87459 /* PitStopView.swift in Sources */,
|
||||
AF0A952BC098616D0239E09CD43A0A88 /* PreferenceKey+Extension.swift in Sources */,
|
||||
4C1EABA32EF0C7ED0D0AFD0D7F11DBB9 /* StepIndicatorHorizontalView.swift in Sources */,
|
||||
@@ -1238,7 +1229,6 @@
|
||||
9AFD35BFCAB02350ABB8761DCA6F6ED9 /* LoadingTimer.swift in Sources */,
|
||||
E844B9143166940B1EB3BDA4D2BDD67B /* NumberedCircleView.swift in Sources */,
|
||||
6E6BFA34D92DE75FF0A1F7B2375FDE7B /* PitStopLineView.swift in Sources */,
|
||||
1F4D14E6D9DE51ED2F1DF66080D53FBA /* PitStopSteps.swift in Sources */,
|
||||
C9E62123C70242796F6965C67FFD0605 /* PitStopView.swift in Sources */,
|
||||
28F64C016F8AA890227ED7CCE698C69D /* PreferenceKey+Extension.swift in Sources */,
|
||||
7F62B87D80190474F059EF98599B172C /* StepIndicatorHorizontalView.swift in Sources */,
|
||||
@@ -1737,8 +1727,7 @@
|
||||
MTL_FAST_MATH = YES;
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
STRIP_INSTALLED_PRODUCT = NO;
|
||||
SWIFT_COMPILATION_MODE = wholemodule;
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-O";
|
||||
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
|
||||
SWIFT_VERSION = 5.0;
|
||||
SYMROOT = "${SRCROOT}/../build";
|
||||
WATCHOS_DEPLOYMENT_TARGET = 6.1;
|
||||
|
||||
@@ -13,24 +13,24 @@ import StepperView
|
||||
struct ExampleView: View {
|
||||
var body: some View {
|
||||
TabView {
|
||||
ExampleView6()
|
||||
.tabItem { Text("PitStops") .foregroundColor(Color.black) }
|
||||
ExampleView5()
|
||||
.tabItem { Text("Horizontal") .foregroundColor(Color.black) }
|
||||
.tabItem { Text("Examples") .foregroundColor(Color.black) }
|
||||
ExampleView11()
|
||||
.tabItem { Text("LifeCycle") .foregroundColor(Color.black) }
|
||||
// ExampleView2()
|
||||
// .tabItem { Text("Usecase") .foregroundColor(Color.black) }
|
||||
ExampleView3()
|
||||
.tabItem { Text("Card") .foregroundColor(Color.black) }
|
||||
ExampleView6()
|
||||
.tabItem { Text("PitStops") .foregroundColor(Color.black) }
|
||||
ExampleView1()
|
||||
.tabItem { Text("Basic").foregroundColor(Color.black) }
|
||||
}
|
||||
|
||||
// to test dynamic way of addingg steps, use ExampleView9
|
||||
// to test dynamic way of adding steps, use ExampleView9
|
||||
//ExampleView9()
|
||||
|
||||
// if there are many steps , embed it in scroll view and then set frame to it.
|
||||
// if there are many steps, embed it in scroll view and then set frame to it.
|
||||
//ExampleView7()
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ struct ExampleView11: View {
|
||||
CustomStepTextView(text: "Company Details"),
|
||||
CustomStepTextView(text: "Subscription plan"),
|
||||
CustomStepTextView(text: "Payment details")
|
||||
]
|
||||
]
|
||||
|
||||
//Custom Indicators to point.
|
||||
let indicators = [
|
||||
@@ -29,51 +29,54 @@ struct ExampleView11: View {
|
||||
]
|
||||
|
||||
var body: some View {
|
||||
VStack(alignment: .leading, spacing: 10) {
|
||||
StepperView()
|
||||
.addSteps([
|
||||
CustomStepTextView(text: "Announced"),
|
||||
CustomStepTextView(text: "Dividend Payment")
|
||||
])
|
||||
.indicators([
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed"))
|
||||
])
|
||||
.lineOptions(StepperLineOptions.custom(4, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed ])
|
||||
.spacing(50)
|
||||
|
||||
Divider()
|
||||
|
||||
StepperView()
|
||||
.addSteps(cells)
|
||||
.indicators(indicators)
|
||||
.lineOptions(StepperLineOptions.rounded(4, 8, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed, .pending, .pending])
|
||||
.spacing(40)
|
||||
.padding(.leading, 50)
|
||||
|
||||
Divider()
|
||||
|
||||
StepperView()
|
||||
.addSteps([
|
||||
CustomStepTextView(text: "Card details"),
|
||||
CustomStepTextView(text: "Application review"),
|
||||
CustomStepTextView(text: "Authenticate OTP"),
|
||||
CustomStepTextView(text: "Create password")
|
||||
])
|
||||
.indicators([
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name:"pending"))
|
||||
])
|
||||
.lineOptions(StepperLineOptions.rounded(4, 8, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed, .completed, .pending])
|
||||
.spacing(40)
|
||||
.padding(.leading, 50)
|
||||
|
||||
Spacer()
|
||||
ScrollView(.vertical, showsIndicators: false) {
|
||||
VStack(alignment: .leading, spacing: 10) {
|
||||
StepperView()
|
||||
.addSteps([
|
||||
CustomStepTextView(text: "Card details"),
|
||||
CustomStepTextView(text: "Application review"),
|
||||
CustomStepTextView(text: "Authenticate OTP"),
|
||||
CustomStepTextView(text: "Create password")
|
||||
])
|
||||
.indicators([
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name:"pending"))
|
||||
])
|
||||
.lineOptions(StepperLineOptions.rounded(4, 8, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed, .completed, .pending])
|
||||
.spacing(40)
|
||||
.padding(.leading, 50)
|
||||
|
||||
Divider()
|
||||
|
||||
StepperView()
|
||||
.addSteps(cells)
|
||||
.indicators(indicators)
|
||||
.lineOptions(StepperLineOptions.rounded(4, 8, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed, .pending, .pending])
|
||||
.spacing(40)
|
||||
.padding(.leading, 50)
|
||||
|
||||
Divider()
|
||||
|
||||
|
||||
|
||||
StepperView()
|
||||
.addSteps([
|
||||
CustomStepTextView(text: "Announced"),
|
||||
CustomStepTextView(text: "Dividend Payment")
|
||||
])
|
||||
.indicators([
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed")),
|
||||
StepperIndicationType.custom(IndicatorImageView(name: "completed"))
|
||||
])
|
||||
.lineOptions(StepperLineOptions.custom(4, Color(customGreen)))
|
||||
.stepLifeCycles([StepLifeCycle.completed, .completed ])
|
||||
.spacing(50)
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,26 +19,34 @@ struct ExampleView6: View {
|
||||
StepperIndicationType.custom(CircledIconView(image: Image("like"),
|
||||
width: 40,
|
||||
strokeColor: Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0)))
|
||||
.eraseToAnyView()),
|
||||
.eraseToAnyView()),
|
||||
StepperIndicationType.custom(CircledIconView(image: Image("flag"),
|
||||
width: 40,
|
||||
strokeColor: Color.red)
|
||||
.eraseToAnyView()),
|
||||
.eraseToAnyView()),
|
||||
StepperIndicationType.custom(CircledIconView(image: Image("book"),
|
||||
width: 40,
|
||||
strokeColor: Colors.gray(.darkSilver).rawValue)
|
||||
.eraseToAnyView())]
|
||||
.eraseToAnyView())]
|
||||
|
||||
let steps = [TextView(text:"Question", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Expected Answer", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Red Flags", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Further Reading", font: .system(size: 14, weight: .semibold))]
|
||||
TextView(text:"Expected Answer", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Red Flags", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Further Reading", font: .system(size: 14, weight: .semibold))]
|
||||
|
||||
let pitStops = [PitStopStep(view: TextView(text:PitStopText.p1).eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Colors.teal.rawValue)),
|
||||
PitStopStep(view: TextView(text:PitStopText.p2).eraseToAnyView(),
|
||||
lineOptions: PitStopLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0)))),
|
||||
PitStopStep(view: TextView(text:PitStopText.p3).eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Color.red)),
|
||||
PitStopStep(view: FurtherReadingView().eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Colors.gray(.darkSilver).rawValue))]
|
||||
let pitStops = [
|
||||
TextView(text:PitStopText.p1).eraseToAnyView(),
|
||||
TextView(text:PitStopText.p2).eraseToAnyView(),
|
||||
TextView(text:PitStopText.p3).eraseToAnyView(),
|
||||
FurtherReadingView().eraseToAnyView()
|
||||
]
|
||||
|
||||
let pitStopLines = [
|
||||
StepperLineOptions.custom(1, Colors.teal.rawValue),
|
||||
StepperLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0))),
|
||||
StepperLineOptions.custom(1, Color.red),
|
||||
StepperLineOptions.custom(1, Colors.gray(.darkSilver).rawValue)
|
||||
]
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
@@ -46,7 +54,8 @@ struct ExampleView6: View {
|
||||
.addSteps(steps)
|
||||
.indicators(indicators)
|
||||
.addPitStops(pitStops)
|
||||
//.spacing(100) // sets the spacingg to value specified.
|
||||
.pitStopLineOptions(pitStopLines)
|
||||
//.spacing(100) // sets the spacing to value specified.
|
||||
.autoSpacing(true) // auto calculates spacing between steps based on the content.
|
||||
}
|
||||
}
|
||||
|
||||
@@ -41,12 +41,20 @@ struct ExampleView8: View {
|
||||
TextView(text:"Code review", font: .system(size: 14, weight: .semibold)),
|
||||
TextView(text:"Merge and release", font: .system(size: 14, weight: .semibold))]
|
||||
|
||||
let pitStops = [ PitStopStep(view: TextView(text:GithubPitstops.p1).eraseToAnyView(), lineOptions: .custom(1, Color.black)),
|
||||
PitStopStep(view: TextView(text:GithubPitstops.p2).eraseToAnyView(), lineOptions: .custom(1, Color.black)),
|
||||
PitStopStep(view: TextView(text:GithubPitstops.p3).eraseToAnyView(), lineOptions: .custom(1, Color.black)),
|
||||
PitStopStep(view: TextView(text:GithubPitstops.p4).eraseToAnyView(), lineOptions: .custom(1, Color.black)),
|
||||
PitStopStep(view: TextView(text:GithubPitstops.p5).eraseToAnyView(), lineOptions: .custom(1, Color.black))
|
||||
]
|
||||
let pitStopLineOptions = [
|
||||
StepperLineOptions.custom(1, Color.black),
|
||||
StepperLineOptions.custom(1, Color.black),
|
||||
StepperLineOptions.custom(1, Color.black),
|
||||
StepperLineOptions.custom(1, Color.black)
|
||||
]
|
||||
|
||||
let pitStops = [
|
||||
TextView(text:GithubPitstops.p1).eraseToAnyView(),
|
||||
TextView(text:GithubPitstops.p2).eraseToAnyView(),
|
||||
TextView(text:GithubPitstops.p3).eraseToAnyView(),
|
||||
TextView(text:GithubPitstops.p4).eraseToAnyView(),
|
||||
TextView(text:GithubPitstops.p5).eraseToAnyView()
|
||||
]
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
@@ -54,6 +62,7 @@ struct ExampleView8: View {
|
||||
.addSteps(steps)
|
||||
.indicators(indicators)
|
||||
.addPitStops(pitStops)
|
||||
.pitStopLineOptions(pitStopLineOptions)
|
||||
.spacing(100)
|
||||
}
|
||||
.padding(.horizontal, -10)
|
||||
|
||||
@@ -31,13 +31,15 @@ struct WatchExampleView4: View {
|
||||
TextView(text:"Create", font: .system(size: 14, weight: .semibold))]
|
||||
|
||||
let pitStops = [
|
||||
PitStopStep(view: TextView(text: "StepperView",
|
||||
font: .system(size: 12, weight: .semibold)).eraseToAnyView(),
|
||||
lineOptions: PitStopLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0)))),
|
||||
PitStopStep(view: TextView(text:"Repository", font: .system(size: 12, weight: .semibold)).eraseToAnyView(),
|
||||
lineOptions: PitStopLineOptions.custom(1, Colors.red(.normal).rawValue)),
|
||||
PitStopStep(view: TextView(text:"Pull Request", font: .system(size: 12, weight: .semibold)).eraseToAnyView(),
|
||||
lineOptions: PitStopLineOptions.custom(1, Colors.gray(.light).rawValue))]
|
||||
TextView(text: "StepperView",font: .system(size: 12, weight: .semibold)).eraseToAnyView(),
|
||||
TextView(text:"Repository", font: .system(size: 12, weight: .semibold)).eraseToAnyView(),
|
||||
TextView(text:"Pull Request", font: .system(size: 12, weight: .semibold)).eraseToAnyView()
|
||||
]
|
||||
|
||||
let pitStopLineOptions = [
|
||||
StepperLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0))),
|
||||
StepperLineOptions.custom(1, Colors.red(.normal).rawValue),
|
||||
StepperLineOptions.custom(1, Colors.gray(.light).rawValue)]
|
||||
|
||||
var body: some View {
|
||||
List {
|
||||
@@ -45,6 +47,7 @@ struct WatchExampleView4: View {
|
||||
.addSteps(steps)
|
||||
.indicators(indicators)
|
||||
.addPitStops(pitStops)
|
||||
.pitStopLineOptions(pitStopLineOptions)
|
||||
.spacing(60)
|
||||
.padding(.leading, 10)
|
||||
.listRowBackground(Color.black)
|
||||
|
||||
@@ -3,7 +3,6 @@ import StepperView
|
||||
import SnapshotTesting
|
||||
import SwiftUI
|
||||
|
||||
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
class StepperViewTests: XCTestCase {
|
||||
|
||||
@@ -145,17 +144,26 @@ class StepperViewTests: XCTestCase {
|
||||
strokeColor: Color.red).eraseToAnyView()),
|
||||
.custom(CircledIconView(image: Image("book"), width: 40,
|
||||
strokeColor: Colors.gray(.darkSilver).rawValue).eraseToAnyView())]
|
||||
|
||||
let pitStopLineOptions = [
|
||||
StepperLineOptions.custom(1, Colors.teal.rawValue),
|
||||
StepperLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0))),
|
||||
StepperLineOptions.custom(1, Color.red),
|
||||
StepperLineOptions.custom(1, Colors.gray(.darkSilver).rawValue)
|
||||
]
|
||||
|
||||
let pitStops = [
|
||||
PitStopStep(view: TextView(text: "Pitstop 1").eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Colors.teal.rawValue)),
|
||||
PitStopStep(view: TextView(text:"Pitstop 2").eraseToAnyView(),
|
||||
lineOptions: PitStopLineOptions.custom(1, Color(UIColor(red: 26/255, green: 188/255, blue: 156/255, alpha: 1.0)))),
|
||||
PitStopStep(view: TextView(text:"Pitstop 3").eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Color.red)),
|
||||
PitStopStep(view: TextView(text:"References").eraseToAnyView(), lineOptions: PitStopLineOptions.custom(1, Colors.gray(.darkSilver).rawValue))]
|
||||
TextView(text: "Pitstop 1").eraseToAnyView(),
|
||||
TextView(text:"Pitstop 2").eraseToAnyView(),
|
||||
TextView(text:"Pitstop 3").eraseToAnyView(),
|
||||
TextView(text:"References").eraseToAnyView()
|
||||
]
|
||||
|
||||
let stepperView = StepperView()
|
||||
.addSteps(steps)
|
||||
.indicators(indicators)
|
||||
.addPitStops(pitStops)
|
||||
.pitStopLineOptions(pitStopLineOptions)
|
||||
.spacing(100)
|
||||
|
||||
let vc = UIHostingController(rootView: stepperView)
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 43 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 66 KiB |
@@ -191,9 +191,12 @@ var body: some View {
|
||||
.stepLifeCycles(_ lifecycle: [StepLifeCycle]):
|
||||
1. Can set the life cycle status for each of the step as `completed`, `pending`
|
||||
|
||||
.addPitStops(_ steps: [PitStopStep]):
|
||||
.addPitStops(_ steps: [View]):
|
||||
1. optional modifier
|
||||
2. `PitStopStep` - structure that provides option to provide `View`, line customizations.
|
||||
2. list of views which will be displayed below the step text
|
||||
|
||||
.pitStopLineOptions(_ options: [StepperLineOptions])
|
||||
1. line customization `color` , `width` , `corner radius`
|
||||
```
|
||||
|
||||
## Custom Step Indicators
|
||||
|
||||
@@ -54,11 +54,17 @@ extension EnvironmentValues {
|
||||
}
|
||||
|
||||
/// property wrapper for `PitStopOptionsKey`
|
||||
var pitStopOptions: [PitStopStep] {
|
||||
var pitStopOptions: [AnyView] {
|
||||
get { self[PitStopOptionsKey.self] }
|
||||
set { self[PitStopOptionsKey.self] = newValue }
|
||||
}
|
||||
|
||||
/// property wrapper for `PitStopLineOptionsKey`
|
||||
var pitStopLineOptions: [StepperLineOptions] {
|
||||
get { self[PitStopLineOptionsKey.self] }
|
||||
set { self[PitStopLineOptionsKey.self] = newValue }
|
||||
}
|
||||
|
||||
/// property wrapper for `StepAnimationOptionsKey`
|
||||
var stepAnimations: Int {
|
||||
get { self[StepAnimationOptionsKey.self] }
|
||||
@@ -131,7 +137,14 @@ struct LineOptionsKey: EnvironmentKey {
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
struct PitStopOptionsKey: EnvironmentKey {
|
||||
/// provide a default value for custom dependency
|
||||
static var defaultValue:[PitStopStep] = []
|
||||
static var defaultValue = [AnyView]()
|
||||
}
|
||||
|
||||
/// Environment Key for Line Options
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
struct PitStopLineOptionsKey: EnvironmentKey {
|
||||
/// provide a default value for custom dependency
|
||||
static var defaultValue:[StepperLineOptions] = []
|
||||
}
|
||||
|
||||
/// Environment Key for pit stop line options.
|
||||
|
||||
@@ -172,8 +172,14 @@ public extension View {
|
||||
|
||||
/// Custom behavior for pitstops
|
||||
/// - Parameter steps: list of pitstop step views
|
||||
func addPitStops(_ steps: [PitStopStep]) -> some View {
|
||||
self.environment(\EnvironmentValues.pitStopOptions, steps)
|
||||
func addPitStops(_ steps: [AnyView]) -> some View {
|
||||
self.environment(\EnvironmentValues.pitStopOptions, steps.map { $0.eraseToAnyView() })
|
||||
}
|
||||
|
||||
/// Custom behavior for pitstops
|
||||
/// - Parameter steps: list of pitstop line options views
|
||||
func pitStopLineOptions(_ options: [StepperLineOptions]) -> some View {
|
||||
self.environment(\EnvironmentValues.pitStopLineOptions, options)
|
||||
}
|
||||
|
||||
/// Custom behavior for pitstops
|
||||
|
||||
@@ -1,41 +0,0 @@
|
||||
//
|
||||
// PitStopSteps.swift
|
||||
// StepperView
|
||||
//
|
||||
// Created by Venkatnarayansetty, Badarinath on 4/27/20.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
import SwiftUI
|
||||
|
||||
/// Pitstop view and custom options
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
public struct PitStopStep: Hashable {
|
||||
/// placeholder for `View` to render
|
||||
public var view:AnyView
|
||||
/// options to customise pitstop line for `width` and `Color`
|
||||
public var lineOptions:PitStopLineOptions
|
||||
|
||||
/// Initilazer to hold `View` and pit stop line Options
|
||||
/// - Parameters:
|
||||
/// - view: `View` to render
|
||||
/// - lineOptions: options to customise pitstop line for `width` and `Color`
|
||||
public init(view: AnyView, lineOptions: PitStopLineOptions = .custom(1, Colors.gray(.light).rawValue)) {
|
||||
self.view = view
|
||||
self.lineOptions = lineOptions
|
||||
}
|
||||
|
||||
/// to generate hash
|
||||
/// - Parameter hasher: hasger variable
|
||||
public func hash(into hasher: inout Hasher) {
|
||||
hasher.combine(-1)
|
||||
}
|
||||
|
||||
/// equatable override
|
||||
/// - Parameters:
|
||||
/// - lhs: lhs variable for comparison
|
||||
/// - rhs: lhs variable for comparison
|
||||
public static func == (lhs: PitStopStep, rhs: PitStopStep) -> Bool {
|
||||
return lhs.hashValue == rhs.hashValue
|
||||
}
|
||||
}
|
||||
@@ -11,7 +11,7 @@ import SwiftUI
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
struct PitStopLineView: View {
|
||||
/// options for customizing pitstop line with either `defaults` or custom `width` and `Color`
|
||||
var options:PitStopLineOptions
|
||||
var options:StepperLineOptions
|
||||
/// co-ordinates values of step indicator
|
||||
var proxy:GeometryProxy
|
||||
/// bound values of step indicator
|
||||
@@ -35,6 +35,8 @@ struct PitStopLineView: View {
|
||||
.frame(width: width, height: proxy.size.height)
|
||||
.offset(x: proxy[value].midX - self.width / 2 - (width + 1), y: proxy[value].maxY)
|
||||
.eraseToAnyView()
|
||||
case .rounded(_, _, _):
|
||||
return EmptyView().eraseToAnyView()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,7 @@ struct PitStopView<PitStop:View>: View {
|
||||
/// A pitsop view to render
|
||||
var pitStop:PitStop
|
||||
/// to customise the `width ` , `Color` of the line
|
||||
var lineOptions:PitStopLineOptions
|
||||
var lineOptions:StepperLineOptions = StepperLineOptions.custom(1, Color.gray)
|
||||
/// Index position to calculate the height of the pitstop view
|
||||
var heightIndex:Int
|
||||
|
||||
@@ -59,35 +59,10 @@ struct PitStopView<PitStop:View>: View {
|
||||
|
||||
/// Returns the `Color` from the line options provided.
|
||||
/// - Parameter lineOptions: contains options to customize `width` and `Color` of the line
|
||||
func getColor(from lineOptions: PitStopLineOptions) -> Color {
|
||||
func getColor(from lineOptions: StepperLineOptions) -> Color {
|
||||
if case .custom(_, let color) = lineOptions {
|
||||
return color
|
||||
}
|
||||
return Color.gray.opacity(0.2)
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
Options for customizing pitstop line with either `defaults` or custom `width` and `Color`
|
||||
|
||||
````
|
||||
case defaults
|
||||
case custom(CGFloat, Color)
|
||||
````
|
||||
*/
|
||||
@available(iOS 13.0, OSX 10.15, tvOS 13.0, watchOS 6.0, *)
|
||||
public enum PitStopLineOptions {
|
||||
/// default line option
|
||||
case defaults
|
||||
/// custom line option with thickness and `Color`
|
||||
case custom(CGFloat, Color)
|
||||
|
||||
/// to generate hash
|
||||
/// - Parameter hasher: hasger variable
|
||||
func hash(into hasher: inout Hasher) {
|
||||
switch self {
|
||||
case .defaults: hasher.combine(-1)
|
||||
default: hasher.combine(-2)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,6 +27,9 @@ struct StepIndicatorVerticalView<Cell>: View where Cell:View {
|
||||
/// environment variable to access pitstop options
|
||||
@Environment(\.pitStopOptions) var pitStopsOptions
|
||||
|
||||
/// environment variable to access pitstop options
|
||||
@Environment(\.pitStopLineOptions) var pitStopLineOptions
|
||||
|
||||
/// environment variable to access autospacing
|
||||
@Environment(\.autoSpacing) var autoSpacing
|
||||
|
||||
@@ -59,6 +62,9 @@ struct StepIndicatorVerticalView<Cell>: View where Cell:View {
|
||||
default: self.isRounded = false
|
||||
}
|
||||
self.verticalSpacing = verticalSpacing
|
||||
|
||||
//construct pitstops
|
||||
|
||||
}
|
||||
|
||||
/// Provides the content and behavior of this view.
|
||||
@@ -190,10 +196,19 @@ extension StepIndicatorVerticalView {
|
||||
return EmptyView().eraseToAnyView()
|
||||
}
|
||||
|
||||
guard self.pitStopLineOptions.count > 0 else {
|
||||
return PitStopView(proxy: proxy,
|
||||
value: value,
|
||||
lineXPosition: $lineXPosition,
|
||||
pitStop: self.pitStopsOptions[pitStopIndex],
|
||||
heightIndex: pitStopIndex)
|
||||
.eraseToAnyView()
|
||||
}
|
||||
|
||||
return PitStopView(proxy: proxy,
|
||||
value: value,
|
||||
lineXPosition: $lineXPosition,
|
||||
pitStop: self.pitStopsOptions[pitStopIndex].view, lineOptions:self.pitStopsOptions[pitStopIndex].lineOptions,
|
||||
pitStop: self.pitStopsOptions[pitStopIndex], lineOptions: self.pitStopLineOptions[pitStopIndex],
|
||||
heightIndex: pitStopIndex)
|
||||
.eraseToAnyView()
|
||||
}
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
|
||||
Pod::Spec.new do |s|
|
||||
s.name = 'StepperView'
|
||||
s.version = '1.6.0'
|
||||
s.version = '1.6.1'
|
||||
s.swift_version = '5.0'
|
||||
s.summary = 'SwiftUI iOS component for Step Indications.'
|
||||
s.description = 'Stepper View Indication componet for SwiftUI'
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -251,7 +248,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="LoadingTimer Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -338,7 +335,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-40
@@ -17,7 +17,7 @@
|
||||
<a title="Enumerations Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -246,38 +243,6 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView18PitStopLineOptionsO"></a>
|
||||
<a name="//apple_ref/swift/Enum/PitStopLineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView18PitStopLineOptionsO">PitStopLineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Options for customizing pitstop line with either <code>defaults</code> or custom <code>width</code> and <code>Color</code></p>
|
||||
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">defaults</span>
|
||||
<span class="k">case</span> <span class="nf">custom</span><span class="p">(</span><span class="kt">CGFloat</span><span class="p">,</span> <span class="kt">Color</span><span class="p">)</span>
|
||||
</code></pre>
|
||||
|
||||
<a href="Enums/PitStopLineOptions.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">public</span> <span class="kd">enum</span> <span class="kt">PitStopLineOptions</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -443,7 +408,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Colors Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -721,7 +718,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="BlueSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -472,7 +469,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="GraySubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -715,7 +712,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="GreenSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -580,7 +577,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="RedSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="YellowSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepLifeCycle Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -286,7 +283,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperAlignment Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -315,7 +312,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperIndicationType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -369,7 +366,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperLineOptions Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -314,7 +311,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperMode Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -286,7 +283,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Extensions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -319,7 +316,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="EnvironmentValues Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -416,9 +413,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAD03PitH4StepVGvp"></a>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAA03AnyF0VGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAD03PitH4StepVGvp">pitStopOptions</a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAA03AnyF0VGvp">pitStopOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -433,7 +430,34 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE18pitStopLineOptionsSayAD0eiJ0OGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopLineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE18pitStopLineOptionsSayAD0eiJ0OGvp">pitStopLineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>property wrapper for <code><a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a></code></p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopLineOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -526,7 +550,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="VerticalAlignment Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -391,7 +388,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+54
-11
@@ -17,7 +17,7 @@
|
||||
<a title="View Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -832,9 +829,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAD0F8StopStepVGF"></a>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAA03AnyC0VGF"></a>
|
||||
<a name="//apple_ref/swift/Method/addPitStops(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAD0F8StopStepVGF">addPitStops(_:<wbr>)</a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAA03AnyC0VGF">addPitStops(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -849,7 +846,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addPitStops</span><span class="p">(</span><span class="n">_</span> <span class="nv">steps</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addPitStops</span><span class="p">(</span><span class="n">_</span> <span class="nv">steps</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -875,6 +872,52 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E18pitStopLineOptionsyQrSayAD0dgH0OGF"></a>
|
||||
<a name="//apple_ref/swift/Method/pitStopLineOptions(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E18pitStopLineOptionsyQrSayAD0dgH0OGF">pitStopLineOptions(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Custom behavior for pitstops</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">pitStopLineOptions</span><span class="p">(</span><span class="n">_</span> <span class="nv">options</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Parameters</h4>
|
||||
<table class="graybox">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<code>
|
||||
<em>steps</em>
|
||||
</code>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<p>list of pitstop line options views</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -1018,7 +1061,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+34
-37
@@ -17,7 +17,7 @@
|
||||
<a title="Structures Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -449,6 +446,35 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView21PitStopLineOptionsKeyV"></a>
|
||||
<a name="//apple_ref/swift/Struct/PitStopLineOptionsKey" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView21PitStopLineOptionsKeyV">PitStopLineOptionsKey</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Environment Key for Line Options</p>
|
||||
|
||||
<a href="Structs/PitStopLineOptionsKey.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">struct</span> <span class="kt">PitStopLineOptionsKey</span> <span class="p">:</span> <span class="kt">EnvironmentKey</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -821,35 +847,6 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView11PitStopStepV"></a>
|
||||
<a name="//apple_ref/swift/Struct/PitStopStep" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView11PitStopStepV">PitStopStep</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Pitstop view and custom options</p>
|
||||
|
||||
<a href="Structs/PitStopStep.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">public</span> <span class="kd">struct</span> <span class="kt">PitStopStep</span> <span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -1222,7 +1219,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="AlignmentKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="AnimatedCircle Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -531,7 +528,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="AutoSpacingKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="BoundsPreferenceKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="CGRectData Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -341,7 +338,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="CGRectPreferenceKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -308,7 +305,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="CircledIconView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -420,7 +417,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="HeightKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="HeightPreference Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="HorizontalLineView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -340,7 +337,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="IndicatorKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="IndicatorView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -453,7 +450,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="LineOptionsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="LoadAnimationOptionsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="NumberedCircleView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -477,7 +474,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -0,0 +1,264 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>PitStopLineOptionsKey Structure Reference</title>
|
||||
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
|
||||
<meta charset='utf-8'>
|
||||
<script src="../js/jquery.min.js" defer></script>
|
||||
<script src="../js/jazzy.js" defer></script>
|
||||
|
||||
<script src="../js/lunr.min.js" defer></script>
|
||||
<script src="../js/typeahead.jquery.js" defer></script>
|
||||
<script src="../js/jazzy.search.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<a name="//apple_ref/swift/Struct/PitStopLineOptionsKey" class="dashAnchor"></a>
|
||||
<a title="PitStopLineOptionsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
</form>
|
||||
</p>
|
||||
</div>
|
||||
</header>
|
||||
<div class="content-wrapper">
|
||||
<p id="breadcrumbs">
|
||||
<a href="../index.html">StepperView Reference</a>
|
||||
<img id="carat" src="../img/carat.png" />
|
||||
PitStopLineOptionsKey Structure Reference
|
||||
</p>
|
||||
</div>
|
||||
<div class="content-wrapper">
|
||||
<nav class="sidebar">
|
||||
<ul class="nav-groups">
|
||||
<li class="nav-group-name">
|
||||
<a href="../Classes.html">Classes</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Classes/LoadingTimer.html">LoadingTimer</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Enums.html">Enumerations</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors.html">Colors</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/GraySubType.html">– GraySubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/GreenSubType.html">– GreenSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/BlueSubType.html">– BlueSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/YellowSubType.html">– YellowSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepperAlignment.html">StepperAlignment</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepperIndicationType.html">StepperIndicationType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepperLineOptions.html">StepperLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepperMode.html">StepperMode</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Extensions.html">Extensions</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/EnvironmentValues.html">EnvironmentValues</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/VerticalAlignment.html">VerticalAlignment</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Extensions/View.html">View</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="nav-group-name">
|
||||
<a href="../Structs.html">Structures</a>
|
||||
<ul class="nav-group-tasks">
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AlignmentKey.html">AlignmentKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AnimatedCircle.html">AnimatedCircle</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/AutoSpacingKey.html">AutoSpacingKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/BoundsPreferenceKey.html">BoundsPreferenceKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/CGRectData.html">CGRectData</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/CGRectPreferenceKey.html">CGRectPreferenceKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/CircledIconView.html">CircledIconView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/HeightKey.html">HeightKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/HeightPreference.html">HeightPreference</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/HorizontalLineView.html">HorizontalLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/IndicatorKey.html">IndicatorKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/IndicatorView.html">IndicatorView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/LineOptionsKey.html">LineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/LoadAnimationOptionsKey.html">LoadAnimationOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitstopHeightPreference.html">PitstopHeightPreference</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/SpacingKey.html">SpacingKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepAnimationOptionsKey.html">StepAnimationOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepIndicatorHorizontalView.html">StepIndicatorHorizontalView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepIndicatorModeKey.html">StepIndicatorModeKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepIndicatorVerticalView.html">StepIndicatorVerticalView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepLifeCycleKey.html">StepLifeCycleKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepperView.html">StepperView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/StepsKey.html">StepsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/TextView.html">TextView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/Utils.html">Utils</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/VerticalHeightPreference.html">VerticalHeightPreference</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/VerticalLineView.html">VerticalLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/WidthKey.html">WidthKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/WidthPreference.html">WidthPreference</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
<article class="main-content">
|
||||
<section>
|
||||
<section class="section">
|
||||
<h1>PitStopLineOptionsKey</h1>
|
||||
<div class="declaration">
|
||||
<div class="language">
|
||||
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">struct</span> <span class="kt">PitStopLineOptionsKey</span> <span class="p">:</span> <span class="kt">EnvironmentKey</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<p>Environment Key for Line Options</p>
|
||||
|
||||
</section>
|
||||
<section class="section task-group-section">
|
||||
<div class="task-group">
|
||||
<ul>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView21PitStopLineOptionsKeyV12defaultValueSayAA0aeF0OGvpZ"></a>
|
||||
<a name="//apple_ref/swift/Variable/defaultValue" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView21PitStopLineOptionsKeyV12defaultValueSayAA0aeF0OGvpZ">defaultValue</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>provide a default value for custom dependency</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">static</span> <span class="k">var</span> <span class="nv">defaultValue</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
</div>
|
||||
</body>
|
||||
</div>
|
||||
</html>
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="PitStopLineView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -228,9 +225,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView011PitStopLineB0V7optionsAA0cdE7OptionsOvp"></a>
|
||||
<a name="/s:11StepperView011PitStopLineB0V7optionsAA0aE7OptionsOvp"></a>
|
||||
<a name="//apple_ref/swift/Property/options" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView011PitStopLineB0V7optionsAA0cdE7OptionsOvp">options</a>
|
||||
<a class="token" href="#/s:11StepperView011PitStopLineB0V7optionsAA0aE7OptionsOvp">options</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -245,7 +242,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">options</span><span class="p">:</span> <span class="kt"><a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">options</span><span class="p">:</span> <span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -366,7 +363,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="PitStopOptionsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -228,9 +225,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView17PitStopOptionsKeyV12defaultValueSayAA0cD4StepVGvpZ"></a>
|
||||
<a name="/s:11StepperView17PitStopOptionsKeyV12defaultValueSay7SwiftUI03AnyB0VGvpZ"></a>
|
||||
<a name="//apple_ref/swift/Variable/defaultValue" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView17PitStopOptionsKeyV12defaultValueSayAA0cD4StepVGvpZ">defaultValue</a>
|
||||
<a class="token" href="#/s:11StepperView17PitStopOptionsKeyV12defaultValueSay7SwiftUI03AnyB0VGvpZ">defaultValue</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -245,7 +242,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">static</span> <span class="k">var</span> <span class="nv">defaultValue</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">]</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">static</span> <span class="k">var</span> <span class="nv">defaultValue</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">]</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="PitStopView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -337,9 +334,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView07PitStopB0V11lineOptionsAA0cd4LineF0Ovp"></a>
|
||||
<a name="/s:11StepperView07PitStopB0V11lineOptionsAA0a4LineF0Ovp"></a>
|
||||
<a name="//apple_ref/swift/Property/lineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView07PitStopB0V11lineOptionsAA0cd4LineF0Ovp">lineOptions</a>
|
||||
<a class="token" href="#/s:11StepperView07PitStopB0V11lineOptionsAA0a4LineF0Ovp">lineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -354,7 +351,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">lineOptions</span><span class="p">:</span> <span class="kt"><a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a></span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">lineOptions</span><span class="p">:</span> <span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -446,9 +443,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView07PitStopB0V8getColor4from7SwiftUI0F0VAA0cD11LineOptionsO_tF"></a>
|
||||
<a name="/s:11StepperView07PitStopB0V8getColor4from7SwiftUI0F0VAA0A11LineOptionsO_tF"></a>
|
||||
<a name="//apple_ref/swift/Method/getColor(from:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView07PitStopB0V8getColor4from7SwiftUI0F0VAA0cD11LineOptionsO_tF">getColor(from:<wbr>)</a>
|
||||
<a class="token" href="#/s:11StepperView07PitStopB0V8getColor4from7SwiftUI0F0VAA0A11LineOptionsO_tF">getColor(from:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -463,7 +460,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">getColor</span><span class="p">(</span><span class="n">from</span> <span class="nv">lineOptions</span><span class="p">:</span> <span class="kt"><a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Color</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">getColor</span><span class="p">(</span><span class="n">from</span> <span class="nv">lineOptions</span><span class="p">:</span> <span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">)</span> <span class="o">-></span> <span class="kt">Color</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -494,7 +491,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="PitstopHeightPreference Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="SpacingKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepAnimationOptionsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepIndicatorHorizontalView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -450,7 +447,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepIndicatorModeKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepIndicatorVerticalView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -230,9 +227,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView021StepIndicatorVerticalB0V15pitStopsOptionsSayAA07PitStopC0VGvp"></a>
|
||||
<a name="/s:11StepperView021StepIndicatorVerticalB0V15pitStopsOptionsSay7SwiftUI03AnyB0VGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopsOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView021StepIndicatorVerticalB0V15pitStopsOptionsSayAA07PitStopC0VGvp">pitStopsOptions</a>
|
||||
<a class="token" href="#/s:11StepperView021StepIndicatorVerticalB0V15pitStopsOptionsSay7SwiftUI03AnyB0VGvp">pitStopsOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -248,7 +245,35 @@
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@Environment</span>
|
||||
<span class="k">var</span> <span class="nv">pitStopsOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
<span class="k">var</span> <span class="nv">pitStopsOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView021StepIndicatorVerticalB0V18pitStopLineOptionsSayAA0ahI0OGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopLineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView021StepIndicatorVerticalB0V18pitStopLineOptionsSayAA0ahI0OGvp">pitStopLineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>environment variable to access pitstop options</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@Environment</span>
|
||||
<span class="k">var</span> <span class="nv">pitStopLineOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -533,7 +558,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepLifeCycleKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -454,7 +451,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepsKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="TextView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -338,7 +335,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Utils Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -418,7 +415,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="VerticalHeightPreference Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="VerticalLineView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -395,7 +392,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="WidthKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="WidthPreference Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Classes Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -251,7 +248,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="LoadingTimer Class Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -338,7 +335,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Enumerations Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -246,38 +243,6 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView18PitStopLineOptionsO"></a>
|
||||
<a name="//apple_ref/swift/Enum/PitStopLineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView18PitStopLineOptionsO">PitStopLineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Options for customizing pitstop line with either <code>defaults</code> or custom <code>width</code> and <code>Color</code></p>
|
||||
<pre class="highlight swift"><code><span class="k">case</span> <span class="n">defaults</span>
|
||||
<span class="k">case</span> <span class="nf">custom</span><span class="p">(</span><span class="kt">CGFloat</span><span class="p">,</span> <span class="kt">Color</span><span class="p">)</span>
|
||||
</code></pre>
|
||||
|
||||
<a href="Enums/PitStopLineOptions.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">public</span> <span class="kd">enum</span> <span class="kt">PitStopLineOptions</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -443,7 +408,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Colors Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -721,7 +718,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="BlueSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -472,7 +469,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="GraySubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -715,7 +712,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="GreenSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -580,7 +577,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="RedSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="YellowSubType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="StepLifeCycle Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -286,7 +283,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="StepperAlignment Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -315,7 +312,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="StepperIndicationType Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -369,7 +366,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="StepperLineOptions Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -314,7 +311,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="StepperMode Enumeration Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -286,7 +283,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Extensions Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -319,7 +316,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+35
-11
@@ -17,7 +17,7 @@
|
||||
<a title="EnvironmentValues Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -416,9 +413,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAD03PitH4StepVGvp"></a>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAA03AnyF0VGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAD03PitH4StepVGvp">pitStopOptions</a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE14pitStopOptionsSayAA03AnyF0VGvp">pitStopOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -433,7 +430,34 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI17EnvironmentValuesV11StepperViewE18pitStopLineOptionsSayAD0eiJ0OGvp"></a>
|
||||
<a name="//apple_ref/swift/Property/pitStopLineOptions" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI17EnvironmentValuesV11StepperViewE18pitStopLineOptionsSayAD0eiJ0OGvp">pitStopLineOptions</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>property wrapper for <code><a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a></code></p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="k">var</span> <span class="nv">pitStopLineOptions</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">]</span> <span class="p">{</span> <span class="k">get</span> <span class="k">set</span> <span class="p">}</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -526,7 +550,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="VerticalAlignment Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -391,7 +388,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="View Extension Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -832,9 +829,9 @@
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAD0F8StopStepVGF"></a>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAA03AnyC0VGF"></a>
|
||||
<a name="//apple_ref/swift/Method/addPitStops(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAD0F8StopStepVGF">addPitStops(_:<wbr>)</a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E11addPitStopsyQrSayAA03AnyC0VGF">addPitStops(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
@@ -849,7 +846,7 @@
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addPitStops</span><span class="p">(</span><span class="n">_</span> <span class="nv">steps</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Structs/PitStopStep.html">PitStopStep</a></span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">addPitStops</span><span class="p">(</span><span class="n">_</span> <span class="nv">steps</span><span class="p">:</span> <span class="p">[</span><span class="kt">AnyView</span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
@@ -875,6 +872,52 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:7SwiftUI4ViewP07StepperC0E18pitStopLineOptionsyQrSayAD0dgH0OGF"></a>
|
||||
<a name="//apple_ref/swift/Method/pitStopLineOptions(_:)" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:7SwiftUI4ViewP07StepperC0E18pitStopLineOptionsyQrSayAD0dgH0OGF">pitStopLineOptions(_:<wbr>)</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Custom behavior for pitstops</p>
|
||||
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">func</span> <span class="nf">pitStopLineOptions</span><span class="p">(</span><span class="n">_</span> <span class="nv">options</span><span class="p">:</span> <span class="p">[</span><span class="kt"><a href="../Enums/StepperLineOptions.html">StepperLineOptions</a></span><span class="p">])</span> <span class="o">-></span> <span class="n">some</span> <span class="kt">View</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<h4>Parameters</h4>
|
||||
<table class="graybox">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<code>
|
||||
<em>steps</em>
|
||||
</code>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
<p>list of pitstop line options views</p>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -1018,7 +1061,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="Structures Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -449,6 +446,35 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView21PitStopLineOptionsKeyV"></a>
|
||||
<a name="//apple_ref/swift/Struct/PitStopLineOptionsKey" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView21PitStopLineOptionsKeyV">PitStopLineOptionsKey</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Environment Key for Line Options</p>
|
||||
|
||||
<a href="Structs/PitStopLineOptionsKey.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">struct</span> <span class="kt">PitStopLineOptionsKey</span> <span class="p">:</span> <span class="kt">EnvironmentKey</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -821,35 +847,6 @@
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
<a name="/s:11StepperView11PitStopStepV"></a>
|
||||
<a name="//apple_ref/swift/Struct/PitStopStep" class="dashAnchor"></a>
|
||||
<a class="token" href="#/s:11StepperView11PitStopStepV">PitStopStep</a>
|
||||
</code>
|
||||
</div>
|
||||
<div class="height-container">
|
||||
<div class="pointer-container"></div>
|
||||
<section class="section">
|
||||
<div class="pointer"></div>
|
||||
<div class="abstract">
|
||||
<p>Pitstop view and custom options</p>
|
||||
|
||||
<a href="Structs/PitStopStep.html" class="slightly-smaller">See more</a>
|
||||
</div>
|
||||
<div class="declaration">
|
||||
<h4>Declaration</h4>
|
||||
<div class="language">
|
||||
<p class="aside-title">Swift</p>
|
||||
<pre class="highlight swift"><code><span class="kd">@available(iOS 13.0, macOS 10.15, tvOS 13.0, watchOS 6.0, *)</span>
|
||||
<span class="kd">public</span> <span class="kd">struct</span> <span class="kt">PitStopStep</span> <span class="p">:</span> <span class="kt">Hashable</span></code></pre>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</li>
|
||||
<li class="item">
|
||||
<div>
|
||||
<code>
|
||||
@@ -1222,7 +1219,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="AlignmentKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="AnimatedCircle Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -531,7 +528,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="AutoSpacingKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -257,7 +254,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="BoundsPreferenceKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="CGRectData Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -341,7 +338,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="CGRectPreferenceKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -308,7 +305,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="CircledIconView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -420,7 +417,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<a title="HeightKey Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -283,7 +280,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="HeightPreference Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -309,7 +306,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
+5
-8
@@ -17,7 +17,7 @@
|
||||
<a title="HorizontalLineView Structure Reference"></a>
|
||||
<header>
|
||||
<div class="content-wrapper">
|
||||
<p><a href="../index.html">StepperView 1.6.0 Docs</a> (100% documented)</p>
|
||||
<p><a href="../index.html">StepperView 1.6.1 Docs</a> (100% documented)</p>
|
||||
<p class="header-right">
|
||||
<form role="search" action="../search.json">
|
||||
<input type="text" placeholder="Search documentation" data-typeahead>
|
||||
@@ -64,9 +64,6 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/Colors/RedSubType.html">– RedSubType</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/PitStopLineOptions.html">PitStopLineOptions</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Enums/StepLifeCycle.html">StepLifeCycle</a>
|
||||
</li>
|
||||
@@ -146,15 +143,15 @@
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/NumberedCircleView.html">NumberedCircleView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineOptionsKey.html">PitStopLineOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopLineView.html">PitStopLineView</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopOptionsKey.html">PitStopOptionsKey</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopStep.html">PitStopStep</a>
|
||||
</li>
|
||||
<li class="nav-group-task">
|
||||
<a href="../Structs/PitStopView.html">PitStopView</a>
|
||||
</li>
|
||||
@@ -340,7 +337,7 @@
|
||||
</section>
|
||||
</section>
|
||||
<section id="footer">
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-04)</p>
|
||||
<p>© 2021 <a class="link" href="https://github.com/badrinathvm/StepperView" target="_blank" rel="external">badrinathvm</a>. All rights reserved. (Last updated: 2021-04-05)</p>
|
||||
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.13.6</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external">Realm</a> project.</p>
|
||||
</section>
|
||||
</article>
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user