isd-color-palette 0.1.2 → 0.1.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -62,7 +62,9 @@ class ISDColorPaletteCollectionViewCell < UICollectionViewCell
|
|
62
62
|
@color = color
|
63
63
|
|
64
64
|
self.color_layer.backgroundColor = color.cgcolor
|
65
|
+
self.color_layer.removeAllAnimations
|
65
66
|
self.solid_layer.backgroundColor = color.uicolor(1.0).cgcolor
|
67
|
+
self.solid_layer.removeAllAnimations
|
66
68
|
end
|
67
69
|
|
68
70
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: isd-color-palette
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -71,7 +71,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
71
71
|
version: '0'
|
72
72
|
segments:
|
73
73
|
- 0
|
74
|
-
hash:
|
74
|
+
hash: 3447295052054517356
|
75
75
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
76
76
|
none: false
|
77
77
|
requirements:
|