Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaprox committed May 18, 2016
1 parent cf72430 commit dfc0ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NVActivityIndicatorView/NVActivityIndicatorView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public class NVActivityIndicatorView: UIView {
Create a activity indicator view with default type, color and padding.
This is used by storyboard to initiate the view.

- Default type is pacman.
- Default type is BallSpinFadeLoader.
- Default color is white.
- Default padding is 0.

Expand All @@ -349,7 +349,7 @@ public class NVActivityIndicatorView: UIView {
Create a activity indicator view with specified frame, type, color and padding.

- parameter frame: view's frame.
- parameter type: animation type, value of NVActivityIndicatorType enum. Default type is pacman.
- parameter type: animation type, value of NVActivityIndicatorType enum. Default type is BallSpinFadeLoader.
- parameter color: color of activity indicator view. Default color is white.
- parameter padding: view's padding. Default padding is 0.

Expand Down

0 comments on commit dfc0ea8

Please sign in to comment.