Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
Version 0.9.1 of Nimbus was released on December 5, 2011.
This minor version removed ASI and JSONKit from Nimbus as strict dependencies. It is now easier to use other networking features for the networked image view. This release adds the new pagingscrollview feature which the photos feature now uses as a dependency. The processors feature has been renamed to operations and greatly simplified to only provide special-case implementations of operations.
NIRectInset
deprecated in favor of UIEdgeInsetsInsetRect
.NIMemoryCache
when removeAllObjects was called (bug reported by lada).NIImageMemoryCache
when removeAllObjects is called (bug reported by lada).NIReadFileFromDiskOperation
because NINetworkRequestOperation now implements the same functionality.[NICellFactory mapObjectClass:toCellClass:]
.[NINetworkImageView setNetworkImageOperation:forDisplaySize:contentMode:cropRect:]
.NINetworkImageView.imageDiskCache
.NINetworkImageView.diskCacheLifetime
.NINetworkImageView.loading
Getter Name | |
---|---|
From | @property (nonatomic, readonly, assign) BOOL isLoading |
To | @property (nonatomic, readonly, assign, getter=isLoading) BOOL loading |
NIPhotoAlbumScrollView.photoViewBackgroundColor
(added by baz).NIToolbarPhotoViewController.toolbarIsTranslucent
Method Name | |
---|---|
From | @property (nonatomic, readwrite, assign) BOOL showPhotoAlbumBeneathToolbar |
To | @property (nonatomic, readwrite, assign, getter=isToolbarTranslucent) BOOL toolbarIsTranslucent |
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.