StreetScroller |
|
=========================================================================== |
ABSTRACT |
|
Demonstrates how a UIScrollView subclass can scroll infinitely in the horizontal direction. |
|
================================================================================ |
BUILD REQUIREMENTS: |
|
iOS 6.0 SDK or later |
|
================================================================================ |
RUNTIME REQUIREMENTS: |
|
iOS 6.0 or later |
|
=========================================================================== |
PACKAGING LIST |
|
StreetScrollerAppDelegate |
This is the App Delegate that sets up the initial view controller. |
|
StreetScrollerViewController |
This view controller contains an instance of InfiniteScrollView. |
|
InfiniteScrollView |
This view tiles UILabel instances to give the effect of infinite scrolling side to side. |
|
================================================================================ |
CHANGES FROM PREVIOUS VERSIONS: |
|
1.0 - First version. |
1.1 - Upgraded for iOS 6.0, now using Automatic Reference Counting (ARC), updated to adopt current best practices for Objective-C. |
|
=========================================================================== |
Copyright (C) 2011-2013 Apple Inc. All rights reserved. |