Skip to content

Commit

Permalink
Merge pull request #28 from coybit/master
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
yoavlt committed Apr 5, 2017
2 parents d62ee85 + 530d031 commit ad506f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ LiquidLoader is the spinner loader UI components with liquid animation, inspired
## Usage

```swift
let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor, 10, 1.0, , growColor)) //color, number of circles, duration, growColor.
let loader = LiquidLoader(frame: loaderFrame, effect: .GrowCircle(circleColor, 10, 1.0, growColor)) //color, number of circles, duration, growColor.
view.addSubview(loader)
```

Expand Down

0 comments on commit ad506f9

Please sign in to comment.