Popularity
2.2
Stable
Activity
0.0
Stable
77
4
13

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Images    

CYFastImage alternatives and similar libraries

Based on the "Images" category.
Alternatively, view CYFastImage alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of CYFastImage or a related project?

Add another 'Images' Library

README

DEPRECATED

CYFastImage

A iOS library for displaying web images by Swift. It's inspired by SDWebImage and Volley.

I tried some features in Swift:

  • fulfilling namespace feature in Swift by using nest types and extensions
  • accomplishing singleton by type properties
  • using custom NSOperation to do simple network quque
  • using lovely and great closures to remove delegates ! It's much more elegate than block.

There are also many things need to be done, such as runloop in separate thread for NSURLConnection, using NSURLSession instead of NSURLConnection.

Example

Just like this:

imageView.setImageURL("http://g.hiphotos.baidu.com/image/pic/item/dc54564e9258d1097dec49e3d358ccbf6c814d50.jpg", 
placeHolderImage: UIImage(named: "default_placeholder.png"))