/JCTiledScrollView

A set of handy classes wrapping UIScrollView and CATiledLayer that aims to simplify displaying large images at multiple zoom scales.

Primary LanguageObjective-CBSD 2-Clause "Simplified" LicenseBSD-2-Clause

JCTiledScrollView

A set of handy classes wrapping UIScrollView and CATiledLayer that simplifes displaying large images and PDFs at multiple zoom scales. The classes and associated demo code should provide a good reference for how to implement CATiledLayer on iOS devices.

Features

  • Supports Bitmap tiles, and PDF files through two seperate classes
  • Works on both standard and high resolution displays (hellooooo retina display iPad!)
  • For bitmap images you only need toprovide a single set of tiles, no need for @2x tiles
  • Demo code, tiles, and example PDF file included
  • iOS 4+

Skipping Girl JCTiledScrollView Demo

Latest Updates (March 2012)

  • Merged experimental PDF rendering classes into the main project. Welcome JCTiledPDFScrollView.

Future plans

  • Handle zooming in both directions
  • More advanced UIGestureRecognizer support
  • Support for overlay views

Handy Links

Further Reading

Project Background

Initially created as an open source project for the February 2012 Melbourne Cocoaheads meeting.

Created by Jesse Collis jesse@jmcultimedia.com.au, @sirjec, JC Multimedia Design.

Licence

The "Skipping Girl" image is copyright (c) 2012, Jesse Collis and licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

The code is copyright (c) 2012, Jesse Collis jesse@jcmultimedia.com.au. All rights reserved.

  • Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.