Compare commits

..

2 Commits

Author SHA1 Message Date
Ivan Vorobei b9f02d317e Update to 1.7.9 2019-08-17 16:30:00 +03:00
Ivan Vorobei 29d3fe128e Fix removing animation from arrow layer 2019-08-17 16:27:22 +03:00
4 changed files with 5 additions and 5 deletions
@@ -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 -1
View File
@@ -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)