Skip to content

Commit

Permalink
Other fixes 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Dec 2, 2021
1 parent ad7877e commit abe7025
Show file tree
Hide file tree
Showing 35 changed files with 40 additions and 34 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All changes to RangeUISlider will be documented in this file.

## [3.0.3](https://github.com/chicio/RangeUISlider/releases/tag/3.0.3)
Release date: 2021-12-02.

#### Fixed
- Merged fix for valid knob range

## [3.0.2](https://github.com/chicio/RangeUISlider/releases/tag/3.0.2)
Release date: 2021-11-30.

Expand Down
2 changes: 1 addition & 1 deletion RangeUISlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Pod::Spec.new do |s|

s.name = "RangeUISlider"
s.version = "3.0.2"
s.version = "3.0.3"
s.summary = "A highly customizable iOS range selection slider"
s.description = <<-DESC
An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.
Expand Down
4 changes: 2 additions & 2 deletions RangeUISlider.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down Expand Up @@ -1037,7 +1037,7 @@
"@executable_path/Frameworks",
"@loader_path/Frameworks",
);
MARKETING_VERSION = 3.0.2;
MARKETING_VERSION = 3.0.3;
PRODUCT_BUNDLE_IDENTIFIER = it.chicio.ios.RangeUISlider;
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;
Expand Down
2 changes: 1 addition & 1 deletion Source/Logic/ProgrammaticKnobChange.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class ProgrammaticKnobChange {
}

private func isValidForLeftKnob(value: CGFloat) -> Bool {
return value > delegate.properties.scale.scaleMinValue
return value >= delegate.properties.scale.scaleMinValue
&& value <= delegate.properties.previousRangeSelected.maxValue
}

Expand Down
2 changes: 1 addition & 1 deletion docs/Classes.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Bar.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Bar Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Gradient.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Gradient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Knob.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Knob Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/KnobComponents.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="KnobComponents Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/Knobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Knobs Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/ProgressViews.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ProgressViews Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RangeSliderCoordinator.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSliderCoordinator Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RangeUISlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISlider Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Classes/RangeUISliderComponents.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderComponents Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Protocols/RangeUISliderDelegate.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
2 changes: 1 addition & 1 deletion docs/Structs/RangeSlider.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSlider Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Classes Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Bar Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Gradient Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Knob Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="KnobComponents Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Knobs Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="ProgressViews Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSliderCoordinator Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISlider Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderComponents Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Protocols Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeUISliderDelegate Protocol Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="Structures Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<a title="RangeSlider Structure Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="../index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="../img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="../search.json">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a title="RangeUISlider Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down
Binary file modified docs/docsets/RangeUISlider.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<a title="RangeUISlider Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="index.html">RangeUISlider 3.0.2 Docs</a> (100% documented)</p>
<p><a href="index.html">RangeUISlider 3.0.3 Docs</a> (100% documented)</p>
<p class="header-right"><a href="https://github.com/chicio/ID3TagEditor"><img src="img/gh.png"/>View on GitHub</a></p>
<p class="header-right">
<form role="search" action="search.json">
Expand Down

0 comments on commit abe7025

Please sign in to comment.