Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
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.
NIBasicBlock
NIErrorBlock
NIToolbarHeightForOrientation()
NIStatusBarAnimationCurve()
NIStatusBarAnimationDuration()
-[NIMemoryCache hasObjectWithName:]
-[NIMemoryCache dateOfLastAccessWithName:]
-[NIMemoryCache didSetObject:withName:]
UIApplicationDidReceiveMemoryWarningNotification
notifications.NIOperation
NIOperationDelegate
NIReadFileFromDiskOperation
NIScreenScale()
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.cropImageForDisplay
NIHTTPImageRequest.scaleOptions
NIHTTPImageRequest.interpolationQuality
+[NIHTTPImageRequest imageFromSource:withContentMode:cropRect:displaySize:scaleOptions:interpolationQuality:]
NINetworkImageView.cropImageForDisplay
NINetworkImageViewScaleToFitLeavesExcessAndScaleToFillCropsExcess
NINetworkImageViewScaleToFitCropsExcess
NINetworkImageViewScaleToFillLeavesExcess
NINetworkImageView.scaleOptions
NINetworkImageView.interpolationQuality
Contributions 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.
Modules | |
Version 0.4.1 API Changes |