Skip to content
forked from jverkoey/nimbus

The iOS framework that grows only as fast as its documentation

License

Notifications You must be signed in to change notification settings

lzg666456/nimbus

 
 

Repository files navigation

Nimbus is an iOS framework whose feature set grows only as fast as its documentation.

Build Status

Getting Started

A little issue please replace content next in NINetworkImageView.m if ([blockCacheKey isEqualToString:(AFHTTPRequestOperation )self.operation.userInfo[@"cacheKey"]]) { with AFHTTPRequestOperation requestOperation = (AFHTTPRequestOperation *)self.operation; if ([blockCacheKey isEqualToString:requestOperation.userInfo[@"cacheKey"]]) {

About

The iOS framework that grows only as fast as its documentation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 84.1%
  • Mathematica 8.4%
  • Python 5.7%
  • HTML 0.6%
  • JavaScript 0.5%
  • Ruby 0.2%
  • Other 0.5%