Skip to content

Commit

Permalink
Update README for version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed May 18, 2016
1 parent 687ac61 commit cf72430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ import NVActivityIndicatorView
Then, there are multiple ways you can create NVActivityIndicatorView:

- Use it in storyboard by changing class of any `UIView` to `NVActivityIndicatorView`
This will use default values white, .Pacman, 0 for color, type and padding respectively.
This will use default values white, .BallSpinFadeLoader, 0 for color, type and padding respectively.

- Create with specified type, color and padding

```swift
NVActivityIndicatorView(frame: frame, type: type, color: color, padding: padding)
```

Any of the last three arguments can be omitted. If an argument is omitted it will use the default values which are white, .Pacman, 0 for color, type and padding respectively.
Any of the last three arguments can be omitted. If an argument is omitted it will use the default values which are white, .BallSpinFadeLoader, 0 for color, type and padding respectively.
Therefore, you can also create NVActivityIndicatorView using any of the following:

- Specify only frame, type and color
Expand Down

0 comments on commit cf72430

Please sign in to comment.