2 Commits

Author SHA1 Message Date
Hamza Ghazouani 42f2fc2f11 Create .codeclimate.yml 2019-10-21 00:28:26 +02:00
Hamza Ghazouani ed0dbde3b5 Fix the issue #31: the thumb jumps when the minimum value was grather than 0 2019-10-21 00:18:34 +02:00
2 changed files with 0 additions and 19 deletions
@@ -6,8 +6,6 @@
//
//
import UIKit
/**
A visual control used to select a fixed range of values from a continuous range of values.
MidPointCircularSlider use the target-action mechanism to report changes made during the course of editing:
-17
View File
@@ -1,17 +0,0 @@
// swift-tools-version:5.0
import PackageDescription
let package = Package(
name: "HGCircularSlider",
platforms: [.iOS(.v8)],
products: [
.library(
name: "HGCircularSlider",
targets: ["HGCircularSlider"]
)
],
targets: [
.target(name: "HGCircularSlider", path: "HGCircularSlider/Classes")
]
)