/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 aims to simplify displaying large images at multiple zoom scales. The classes and associated demo code should provide a good reference for how to implement CATiledLayer on iOS devices.

Features

  • Works on both standard and high resolution displays
  • Only provide a single set of tiles; no need for double resolution @2x tiles
  • Demo code and tiles included
  • iOS 4+

Future plans

  • Handle zooming in both directions
  • Advanced UIGestureRecognizer support
  • Support for overlay views
  • iOS 3 compatibility (it's possible using drawLayer:inContext:, but conflicts with UIGestureRecognizer support)

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.