From cf72430f3e19fb4b0de6c6be4821b7f154d0f140 Mon Sep 17 00:00:00 2001 From: Nguyen Vinh Date: Wed, 18 May 2016 20:01:20 +0700 Subject: [PATCH] Update README for version 2.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f550652..4a8830e0 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ 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 @@ -113,7 +113,7 @@ This will use default values white, .Pacman, 0 for color, type and padding respe 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