We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db08aa commit 7b17de2Copy full SHA for 7b17de2
2 files changed
AXStateButton.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "AXStateButton"
3
- s.version = "1.0.1"
+ s.version = "1.1.0"
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,7 @@
+# 1.1.0
+- **[NEW]** -[AXStateButton setTitleAlpha:forState:] and getter
+- **[NEW]** -[AXStateButton setImageAlpha:forState:] and getter
+
# 1.0.1
- Adds a window check when setting button attributes, as to not incur more immediate work than necessary
7
0 commit comments