Popularity
2.6
Declining
Activity
0.0
Stable
115
5
11

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Media     Image    

Navi alternatives and similar libraries

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

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

Add another 'Image' Library

README

Navi

Navi is designed for avatar caching, with style.

The name of Navi from movie Avatar.

Requirements

Swift 3.1, iOS 8.0

  • Swift 2.3, use version 0.5.0
  • Swift 3.0, use version 1.1.0

Usage

  1. Make your User conform Avatar protocol.

    protocol Avatar {
    
        var url: URL? { get }
        var style: AvatarStyle { get }
        var placeholderImage: UIImage? { get }
        var localOriginalImage: UIImage? { get }
        var localStyledImage: UIImage? { get }
    
        func save(originalImage: UIImage, styledImage: UIImage)
    }
    
  2. And, set avatar for your avatarImageView

    avatarImageView.navi_setAvatar(userAvatar)
    

Check the demo for more information.

另有中文介绍

Installation

Carthage

github "nixzhu/Navi"

CocoaPods

pod 'Navi'

Contact

NIX @nixzhu

License

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


*Note that all licence references and agreements mentioned in the Navi README section above are relevant to that project's source code only.