forked from briancorbin/SwiftRangeSlider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release 0.5.1. Added minimum distance and fixed bug where you would b…
…e unable to move sliders if they were on top of each other and at the minimum value. Fixed bug where if the minimum and maximum values were the same it was giving a NaN error. Now returns 0.
- Loading branch information
Brian Corbin
committed
Jan 12, 2017
1 parent
83462d6
commit e2d2adc
Showing
9 changed files
with
256 additions
and
201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,19 @@ | ||
PODS: | ||
- RappleColorPicker (1.2.5) | ||
- SwiftRangeSlider (0.2.2) | ||
- SwiftRangeSlider (0.5.0) | ||
|
||
DEPENDENCIES: | ||
- RappleColorPicker | ||
- SwiftRangeSlider | ||
- SwiftRangeSlider (from `~/Documents/Programming/Mobile/Pods/SwiftRangeSlider`) | ||
|
||
EXTERNAL SOURCES: | ||
SwiftRangeSlider: | ||
:path: ~/Documents/Programming/Mobile/Pods/SwiftRangeSlider | ||
|
||
SPEC CHECKSUMS: | ||
RappleColorPicker: a65830bf046b27e45f7d9fcbe8f70c11c85a32d6 | ||
SwiftRangeSlider: eba9c63d16027fbe38c7845f0d35a243b96a00bc | ||
SwiftRangeSlider: 97f3b77bf4e1c362f1098800a54a2eddcfafccd4 | ||
|
||
PODFILE CHECKSUM: 9c89086eec65e07f35c8b5e0bc6f716929b99709 | ||
PODFILE CHECKSUM: a6ec3acdb63abddbefce9d0c219ed991b694d743 | ||
|
||
COCOAPODS: 1.1.1 |
8 changes: 4 additions & 4 deletions
8
Examples/SwiftRangeSliderExample/Pods/Local Podspecs/SwiftRangeSlider.podspec.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
368 changes: 187 additions & 181 deletions
368
Examples/SwiftRangeSliderExample/Pods/Pods.xcodeproj/project.pbxproj
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
Examples/SwiftRangeSliderExample/Pods/Target Support Files/SwiftRangeSlider/Info.plist
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ s.name = "SwiftRangeSlider" | |
s.summary = "A Swift implementation of a custom UIControl for selecting a range of values on a slider bar." | ||
s.requires_arc = true | ||
|
||
s.version = "0.5.0" | ||
s.version = "0.5.1" | ||
s.license = { :type => "MIT", :file => "LICENSE" } | ||
s.author = { "Brian Corbin" => "[email protected]" } | ||
s.homepage = "https://github.com/BrianCorbin/SwiftRangeSlider" | ||
|
Binary file modified
BIN
+12.1 KB
(190%)
...RangeSlider.xcworkspace/xcuserdata/briancorbin.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters