|
Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
Version 0.9.2 of Nimbus was released on February 19, 2012.
This minor version fixes various bugs.
NIBasicBlock (fixed by gurgeous) | Method Name | |
|---|---|
| From | typedef void (^NIBasicBlock)(void) |
| To | typedef void (^NIBasicBlock)(NIOperation *operation) |
NIErrorBlock (fixed by gurgeous) | Method Name | |
|---|---|
| From | typedef void (^NIErrorBlock)(NSError* error) |
| To | typedef void (^NIErrorBlock)(NIOperation *operation, NSError* error) |
NIMemoryCache::willSetObject:withName:previousObject: | Method Name | |
|---|---|
| From | - (void)willSetObject:(id)object withName:(NSString *)name previousObject:(id)previousObject |
| To | - (BOOL)willSetObject:(id)object withName:(NSString *)name previousObject:(id)previousObject |
setCenterPageIndex:animated: deprecated in favor of moveToPageAtIndex:animated:.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.