|
NimbusKit
1.2.1 - Fork Nimbus on Github - Visit the Nimbus Wiki
The iOS framework that grows only as fast as its documentation
|
Modules | |
| Version 0.4.1 API Changes | |
| Version 0.4.1 of Nimbus was released on July 22, 2011. | |
Version 0.4 of Nimbus was released on July 20, 2011.
This major version introduced the new Nimbus photo viewer, a high-performance, low memory footprint photo viewer built for the iPhone and iPad. This version of Nimbus also introduced Processors and JSONKit.
NIBasicBlockNIErrorBlockNIToolbarHeightForOrientation()NIStatusBarAnimationCurve()NIStatusBarAnimationDuration()-[NIMemoryCache hasObjectWithName:]-[NIMemoryCache dateOfLastAccessWithName:]-[NIMemoryCache didSetObject:withName:]UIApplicationDidReceiveMemoryWarningNotification notifications.NIOperationNIOperationDelegateNIReadFileFromDiskOperationNIScreenScale()NIUITapGestureRecognizerClass()+[Nimbus imageMemoryCache] | Declaration | |
|---|---|
| From | + (NIImageMemoryCache *)globalImageMemoryCache |
| To | + (NIImageMemoryCache *)imageMemoryCache |
+[Nimbus networkOperationQueue] | Declaration | |
|---|---|
| From | + (NSOperationQueue *)globalNetworkOperationQueue |
| To | + (NSOperationQueue *)networkOperationQueue |
+[Nimbus setImageMemoryCache:] | Declaration | |
|---|---|
| From | + (void)setGlobalImageMemoryCache:(NIImageMemoryCache *)imageMemoryCache |
| To | + (void)setImageMemoryCache:(NIImageMemoryCache *)imageMemoryCache |
+[Nimbus setNetworkOperationQueue:] | Declaration | |
|---|---|
| From | + (void)setGlobalNetworkOperationQueue:(NSOperationQueue *)queue |
| To | + (void)setNetworkOperationQueue:(NSOperationQueue *)queue |
NIHTTPImageRequest.cropImageForDisplayNIHTTPImageRequest.scaleOptionsNIHTTPImageRequest.interpolationQuality+[NIHTTPImageRequest imageFromSource:withContentMode:cropRect:displaySize:scaleOptions:interpolationQuality:]NINetworkImageView.cropImageForDisplayNINetworkImageViewScaleToFitLeavesExcessAndScaleToFillCropsExcessNINetworkImageViewScaleToFitCropsExcessNINetworkImageViewScaleToFillLeavesExcessNINetworkImageView.scaleOptionsNINetworkImageView.interpolationQualityContributions are highly encouraged! If you have a feature that you feel would fit within the Nimbus framework, feel free to fire off a pull request on GitHub. Bugs may be reported using the issue tracker on GitHub as well.
Check out the tasks grab bag for opportunities to help out.