Nimbus is an iOS framework whose feature set grows only as fast as its documentation.
- Visit the Nimbus website at nimbuskit.info.
- Add Nimbus to your project.
- Follow Nimbus' development through its version history.
- See the latest API diffs.
- Read the Three20 Migration Guide.
- Ask questions and get updates via the Nimbus mailing list.
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"]]) {