Skip to content

Commit

Permalink
fix desc
Browse files Browse the repository at this point in the history
  • Loading branch information
buaa0300 committed Aug 13, 2017
1 parent a705663 commit 1498809
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ A high-performance and convenient tool for processing local image or web image
<h2>Usage-Demo1</h2>


//load network image,default config,you don't need setup
//load web image,default config,you don't need setup
[self.imageView qs_setImageWithURL:url
placeholderImage:placeholderImage];

//load network image,you should make a custom config
//load web image,you should make a custom config
QSImageProcessConfig *config = [QSImageProcessConfig configWithOutputSize:self.imageView.frame.size cornerRadius:cornerRadius corners:UIRectCornerAllCorners];
[self.imageView qs_setImageWithURL:url
placeholderImage:placeholderImage
Expand Down

0 comments on commit 1498809

Please sign in to comment.