From 5eb83c38a79e49f99909359496b7b879ab5fadca Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Wed, 3 May 2017 10:46:46 +0300 Subject: [PATCH] Fixed the README.md installation section - replaces #1828 --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e0f06648..579d82df 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,6 @@ This library provides an async image downloader with cache support. For convenie - If you **have a feature request**, open an issue. - If you **want to contribute**, submit a pull request. -## Installation - ## How To Use ```objective-c @@ -96,8 +94,7 @@ imageView.sd_setImage(with: URL(string: "http://www.domain.com/path/to/image.jpg - **Note**: there is a backwards compatible feature, so if you are still trying to load a GIF into a `UIImageView`, it will only show the 1st frame as a static image. - **Important**: FLAnimatedImage only works on the iOS platform, so for all the other platforms (OS X, tvOS, watchOS) we will fallback to the backwards compatibility feature described above -Common Problems ---------------- +## Common Problems ### Using dynamic image size with UITableViewCell @@ -134,8 +131,7 @@ imageView.sd_setShowActivityIndicatorView(true) imageView.sd_setIndicatorStyle(.Gray) ``` -Installation ------------- +## Installation There are three ways to use SDWebImage in your project: - using CocoaPods