Skip to content

Commit

Permalink
Merge pull request #7 from sjc-bui/release.0.1.7
Browse files Browse the repository at this point in the history
Release.0.1.7
  • Loading branch information
sjc-bui authored May 27, 2021
2 parents 0b63d06 + 8bda337 commit 292f8c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion QBIndicatorButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'QBIndicatorButton'
s.version = '0.1.6'
s.version = '0.1.7'
s.summary = 'Custom of UIButton in Swift'

s.description = <<-DESC
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ Supported appearance properties are:
| `gradientDirection` | `Int` | Direction of color gradient `0~7` | `1` |
| `activityIndicatorPosition` | `Int` | Position of activity indicator `0~2` | `1` |
| `titleFadeDuration` | `Double` | Button title fade animated duration | `0.3` |
| `indicatorRotateDuration` (v0.1.7) | `CFTimeInterval` | The activity indicator rotate duration | `1.0` |
| `indicatorStrokeColor` (v0.1.7) | `UIColor` | Custom color of activity indicator | `.white` |
| `indicatorStrokeWidth` (v0.1.7) | `CGFloat` | Stroke width of activity indicator | `3.0` |

`QBIndicatorButton` also supported round every single corner of the button.
```swift
Expand Down

0 comments on commit 292f8c2

Please sign in to comment.