Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9f02d317e | |||
| 29d3fe128e |
BIN
Binary file not shown.
+2
-2
@@ -42,8 +42,8 @@ open class SPStorkIndicatorView: UIView {
|
||||
}
|
||||
|
||||
if self.mode == .alwaysArrow {
|
||||
self.leftView.removeAllAnimations()
|
||||
self.rightView.removeAllAnimations()
|
||||
self.leftView.layer.removeAllAnimations()
|
||||
self.rightView.layer.removeAllAnimations()
|
||||
self.leftView.transform = .identity
|
||||
self.rightView.transform = .identity
|
||||
let angle = CGFloat(20 * Float.pi / 180)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
Pod::Spec.new do |s|
|
||||
|
||||
s.name = "SPStorkController"
|
||||
s.version = "1.7.8"
|
||||
s.version = "1.7.9"
|
||||
s.summary = "Very similar to the controllers displayed in Apple Music, Podcasts and Mail Apple's applications."
|
||||
s.homepage = "https://github.com/IvanVorobei/SPStorkController"
|
||||
s.source = { :git => "https://github.com/IvanVorobei/SPStorkController.git", :tag => s.version }
|
||||
|
||||
@@ -42,8 +42,8 @@ open class SPStorkIndicatorView: UIView {
|
||||
}
|
||||
|
||||
if self.mode == .alwaysArrow {
|
||||
self.leftView.removeAllAnimations()
|
||||
self.rightView.removeAllAnimations()
|
||||
self.leftView.layer.removeAllAnimations()
|
||||
self.rightView.layer.removeAllAnimations()
|
||||
self.leftView.transform = .identity
|
||||
self.rightView.transform = .identity
|
||||
let angle = CGFloat(20 * Float.pi / 180)
|
||||
|
||||
Reference in New Issue
Block a user