ios-samples/FrogScroller
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
FrogScroller Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +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 #ios7 & #ios8 tags, and fix links 2019-07-22 12:02:27 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - ConvertedFrogScroller Converted FrogScroller is an example of enhancing scrollview experience with the use of UIPageViewController, UIScrollView and... sample
csharp
xamarin
frogscroller

ConvertedFrogScroller

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

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

Author

GouriKumari