Skip to content

Commit

Permalink
Deply to Pods
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouhao27 committed Mar 29, 2017
1 parent 7e649c4 commit 4064b0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion WOWMarkSlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'WOWMarkSlider'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'Customizable UISlider.'

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion WOWMarkSlider/Classes/WOWMarkSlider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ open class WOWMarkSlider: UISlider {
setMaximumTrackImage(unselectedStripSide, for: .normal)
if handlerImage != nil {
setThumbImage(handlerImage, for: .normal)
} else if handlerColor != nil {
} else {
setThumbImage(UIImage(), for: .normal)
thumbTintColor = handlerColor
}
Expand Down

0 comments on commit 4064b0d

Please sign in to comment.