Thanks to visit codestin.com
Credit goes to github.com

Skip to content

ykkwon/Swift-UIImageView-AFNetworking

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swift-UIImageView-AFNetworking

Swift version of UIImageView+AFNetworking.

This is the Swift version of UIImageView+AFNetworking from the famous AFNetworking library. Just drop the file into your project and you can start using it !

Note: this file doesn't use anything from AFNetworking or Alamofire. So there's no need to use those libraries in your project.

Usage

`````objc public func setImageWithUrl(url:NSURL, placeHolderImage:UIImage? = nil);

public func setImageWithUrlRequest(request:NSURLRequest, placeHolderImage:UIImage? = nil, success:((request:NSURLRequest?, response:NSURLResponse?, image:UIImage) -> Void)?, failure:((request:NSURLRequest?, response:NSURLResponse?, error:NSError) -> Void)?)

About

Swift version of UIImageView+AFNetworking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 100.0%