Click here to support Nimbus development and make a donation at www.pledgie.com !
An iOS framework whose growth is bounded by O(documentation).
Version 0.9.2 API Changes

Version 0.9.2 of Nimbus was released on February 19, 2012.

This minor version fixes various bugs.

Misc Changes

AttributedLabel

NIAttributedLabel[.m]

  • Bugfix Attributed labels now invalidate the core text object when the frame or bounds changes.
  • Bugfix Fixed bug in highlight frame calculation (bug fixed by lipeiqiang).
  • Bugfix Fixed setStrokeColor:range: to use correct ivar (bug fixed by rogchap).

Core

NIBlocks.h

  • Modified NIBasicBlock (fixed by gurgeous)
    Method Name
    Fromtypedef void (^NIBasicBlock)(void)
    Totypedef void (^NIBasicBlock)(NIOperation *operation)
  • Modified NIErrorBlock (fixed by gurgeous)
    Method Name
    Fromtypedef void (^NIErrorBlock)(NSError* error)
    Totypedef void (^NIErrorBlock)(NIOperation *operation, NSError* error)

NICommonMetrics.h

  • Added UIViewAutoresizingFlexibleMargins.
  • Added UIViewAutoresizingFlexibleDimensions.

NIDebuggingTools.h

  • Added NIDASSERT now breaks on the device as well.

NIFoundationMethods.h

  • Removed NIRectInset (previously deprecated).

NIInMemoryCache.h

  • Modified 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

NINonRetainingCollections.m

  • Modified Simplified the various non-retaining collection implementations.

NIOperations.m

NIPaths.m

UIView.m

  • Added centerWithin:

CSS

NIStylesheet

Models

NICellFactory

NetworkImages

NINetworkImageView

  • Bugfix networkImageViewDidLoadImage: when loading images from memory.

PagingScrollView

NIPagingScrollView[.h]

  • Deprecated setCenterPageIndex:animated: deprecated in favor of moveToPageAtIndex:animated:.
  • Bugfix Don't ask for pages if the data source is empty (bug fixed by gurgeous).
  • Bugfix Added initWithCoder to NIPagingScrollView (bug fixed by gurgeous).

Photos

NetworkPhotoAlbums

  • Bugfix Fixed bug in the photo album example app where photo requests would not be properly canceled.

Real Live People Involved in this Release

silhouette.gif
Roger Chapman
silhouette.gif
Adam Doppelt
lipeiqiang
silhouette.gif
superquadratic
silhouette.gif
Jeff Verkoeyen

Add Your Name to This List

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.

Robots Involved in this Release

Generated for Nimbus by doxygen 1.7.4-20110629