ios-samples/FrogScroller
Dylan Kelly bdaad2d07e [FrogScroller] Add bundle identifier and app name 2015-06-17 17:38:39 -04:00
..
FrogScroller [FrogScroller] Add bundle identifier and app name 2015-06-17 17:38:39 -04:00
ScreenShots [FrogScroller] adding metadata, icons and screenshots 2013-10-28 17:05:07 +00:00
FrogScroller.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00

README.md

ConvertedFrogScroller

Description:

Converted FrogScroller is an example of enhancing scrollview experience with the use of UIPageViewController, UIScrollView and CATiledLayer.

Description:

FrogScroller opens with images that can be scrolled, panned and zoomed using ImageScrollView, a subclass of UIScrollView and PageViewController used for indexing and creating new pages.

Packaging List:

AppDelegate: -A UIApplication delegate to set up application and UIPageViewController to set up datasource to index the page

ImageScrollView: -Configure scrollview to display new image

ImageViewController:

  • Page Indexing and ImageScrollview configurtaion

TilingView: -CATiledLayer to handle tile drawing

ImageDetails.xml: -Contains Full resolution image data

From the WWDC 2012 sample

Ported By: GouriKumari