Skip to content

Commit dfc0ea8

Browse files
committed
Update documentation
1 parent cf72430 commit dfc0ea8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NVActivityIndicatorView/NVActivityIndicatorView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ public class NVActivityIndicatorView: UIView {
332332
Create a activity indicator view with default type, color and padding.
333333
This is used by storyboard to initiate the view.
334334

335-
- Default type is pacman.
335+
- Default type is BallSpinFadeLoader.
336336
- Default color is white.
337337
- Default padding is 0.
338338

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

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

0 commit comments

Comments
 (0)