Skip to content

Commit

Permalink
Updated reset()
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrommcarrasco committed Jan 23, 2019
1 parent 96efbff commit 165ac6f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- SliceControl (1.1.0)
- SliceControl (1.1.1)

DEPENDENCIES:
- SliceControl (from `..`)
Expand All @@ -9,7 +9,7 @@ EXTERNAL SOURCES:
:path: ".."

SPEC CHECKSUMS:
SliceControl: 0b7feb9b9a156b4edd1eadce43961e4a7295e5d2
SliceControl: 411880da9100898500da0b5321132c6c4f23dd55

PODFILE CHECKSUM: 472c6bdd43948203743cec6a19ad73dd429ea8e0

Expand Down
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/SliceControl.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion SliceControl.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.swift_version = "4.2"
s.name = "SliceControl"
s.version = "1.1.0"
s.version = "1.1.1"
s.summary = "🍰 Simply a better & animated UISegmentedControl"
s.description = "🍰 Simply a better & animated UISegmentedControl"

Expand Down
2 changes: 1 addition & 1 deletion SliceControl/Core/SliceControl.swift
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public final class SliceControl: UIControl {
extension SliceControl {

public func reset() {
selected(item: optionLabels[startIndex])
animateSelection(for: optionLabels[startIndex])
}
}

Expand Down

0 comments on commit 165ac6f

Please sign in to comment.