Giter Club home page Giter Club logo

photoscroller's Introduction

PhotoScroller

===========================================================================
ABSTRACT

"PhotoScroller" demonstrates the use of embedded UIScrollViews and CATiledLayer to create a rich user experience for displaying and paginating photos that can be individually panned and zoomed.
CATiledLayer is used to increase the performance of paging, panning, and zooming with high-resolution images or large sets of photos.

===========================================================================
DISCUSSION

The PhotoViewController sets up the paging UIScrollView and uses an ImageScrollView for each page.
The ImageScrollView is a subclassed UIScrollView that is designed to allow panning and zooming of an image. 
The ImageScrollView also centers the image within the UIScrollView for an enhanced user experience.
The TilingView is a UIView that consists of a CATiledLayer appropriate for the current zoom scale of the ImageScrollView.
This ensures that performance is at its maximum, especially when using high-resolution images.

===========================================================================
SYSTEM REQUIREMENTS

iOS OS 4.0

===========================================================================
PACKAGING LIST

AppDelegate
Configures and displays the application window and initial view controller.

PhotoViewController
Configures and displays the paging scroll view and handles tiling and page configuration.

ImageScrollView
Centers image within the scroll view and configures image sizing and display.

TilingView
Uses a CATiledLayer to handle tile drawing.

ImageData.plist
Contains full-resolution image data.

===========================================================================
CHANGES FROM PREVIOUS VERSIONS

1.1 Added autorotation.
1.0 Initial version published.

===========================================================================
Copyright (C) 2010 Apple Inc. All rights reserved.

photoscroller's People

Contributors

stevemoser avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.