STWebImage 1.0.0

STWebImage 1.0.0

Maintained by Legendry.



 
Depends on:
STDownloader>= 0
YYImage>= 0
YYCache>= 0
YYWebImage>= 0
 

  • By
  • czqasngit

STWebImage

CI Status Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

STWebImage is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'STWebImage'

Sample Code

[self.imageView st_setImageWithUrl:@"https://s2.showstart.com/qn_69c05fad78174f2ea6c70b57dfd8ec73_1080_1528_362983.0x0.jpg" placeholderImage:nil immediatelyDisplay:NO displayType:STImageViewDisplayTypeFadeIn progressBlock:^(CGFloat percent) {
    NSLog(@"%.2f",percent)  ;
}] ;

Author

czqasngit, [email protected]

License

STWebImage is available under the MIT license. See the LICENSE file for more info.