ios-samples/FrogScroller
David Britch e928c15193 Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
..
FrogScroller Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01: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