Nimbus
0.9.3 - Nimbus is proudly hosted on Github
An iOS framework whose growth is bounded by O(documentation).
|
Version 0.4.1 of Nimbus was released on July 22, 2011.
This minor version introduced the new Nimbus photo scrubber, a highly responsive photo scrubber built for the iPhone and iPad and modeled after Apple's own Photos.app's photo scrubber.
NIStatusBarAnimationCurve()
.NIPhotoAlbumScrollView.zoomingAboveOriginalSizeIsEnabled
- [NIPhotoAlbumScrollView setCenterPhotoIndex:animated:]
NIPhotoAlbumScrollView.zoomingIsEnabled
Accessor Name | |
---|---|
From | @property (nonatomic, readwrite, assign) BOOL zoomingIsEnabled |
To | @property (nonatomic, readwrite, assign, getter=isZoomingEnabled) BOOL zoomingIsEnabled |
NIPhotoAlbumScrollView.centerPhotoIndex
Method Name and Access | |
---|---|
From | @property (nonatomic, readonly, assign) NSInteger currentCenterPhotoIndex |
To | @property (nonatomic, readwrite, assign) NSInteger centerPhotoIndex |
NIPhotoScrollView.zoomingAboveOriginalSizeIsEnabled
NIPhotoScrollView.zoomingIsEnabled
Accessor Name | |
---|---|
From | @property (nonatomic, readwrite, assign) BOOL zoomingIsEnabled |
To | @property (nonatomic, readwrite, assign, getter=isZoomingEnabled) BOOL zoomingIsEnabled |
NIPhotoScrollView.doubleTapToZoomIsEnabled
Accessor Name | |
---|---|
From | @property (nonatomic, readwrite, assign, getter=isDoubleTapToZoomIsEnabled) BOOL doubleTapToZoomIsEnabled |
To | @property (nonatomic, readwrite, assign, getter=isDoubleTapToZoomEnabled) BOOL doubleTapToZoomIsEnabled |
NIToolbarPhotoViewController.scrubberIsEnabled
NIToolbarPhotoViewController.photoScrubberView
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.