From 7751b35eecdcfe928feabb9b1f1d8feed43d6ce9 Mon Sep 17 00:00:00 2001 From: Wenzhi Date: Wed, 1 Feb 2017 16:52:59 -0500 Subject: [PATCH] Small README Update For 4.0.0 Update the method name in the README to match the method name in 4.0.0. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e6214543..d7aee378 100644 --- a/README.md +++ b/README.md @@ -124,13 +124,13 @@ If you don't control the image server you're using, you may not be able to chang Add these before you call ```sd_setImageWithURL``` ``` objective-c -[imageView setShowActivityIndicatorView:YES]; -[imageView setIndicatorStyle:UIActivityIndicatorViewStyleGray]; +[imageView sd_setShowActivityIndicatorView:YES]; +[imageView sd_setIndicatorStyle:UIActivityIndicatorViewStyleGray]; ``` ``` swift -imageView.setShowActivityIndicatorView(true) -imageView.setIndicatorStyle(.Gray) +imageView.sd_setShowActivityIndicatorView(true) +imageView.sd_setIndicatorStyle(.Gray) ``` Installation