We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef5ae7 commit 86b972eCopy full SHA for 86b972e
2 files changed
AXStateButton.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AXStateButton"
3
- s.version = "1.1.1"
+ s.version = "1.1.2"
4
s.license = { :type => 'MIT', :file => 'LICENSE.md' }
5
s.summary = "A simple UIButton subclass that allows for extensive button state customization."
6
s.homepage = "https://github.com/alexhillc/AXStateButton"
CHANGELOG.md
@@ -1,3 +1,6 @@
+# 1.1.2
+- Removes animation from setValue:forState methods
+
# 1.1.1
- Exposes timing function property to be used for control transition animations
0 commit comments