- Use code from PSTCenteredScrollView for centering when scrolling out - (@orta)[http://github.com/orta]
- Added initializer to
ARTiledImageView
to specify a minimum size for the image - @ashfurrow.
- #5: Improved centering behavior when zooming out - @orta.
- #5: Fixed zoom animations behavior with a backing image view - @orta.
- #5: Exposed the double tap gesture on ARTiledImageScrollView - @orta.
- #7: Fixed
[ARTiledImageScrollView setMaxMinZoomScalesForCurrentBounds]
to work withcontentMode
- @orta.
- #2: Fixed crash in
[ARTiledImageView downloadAndRedrawTilesWithURLs:]
, (ARTiledImageView.m:154) - @dblock.
- Added
ARTiledImageScrollView.backgroundImage
- @dblock. - Exposed
ARTile
, drawing now goes throughARTile#drawInRect
- @dblock.
- Initial public release - @dblock.