ios-samples/LineLayout
Paola Villarreal 15a161f6ac LineLayout sample ported to 64-bits 2014-06-04 15:23:51 -05:00
..
LineLayout LineLayout sample ported to 64-bits 2014-06-04 15:23:51 -05:00
ScreenShots [LineLayout]Adding metadata file, screen shots and app icons 2013-10-28 18:07:23 +00:00
LineLayout.sln Added the following iOS samples: FrogScroller, LineLayout, MediaNotes, MotionGraphs, OpenGLScroller, PinchIt, PokerNightVoting, Calendars 2012-09-19 14:07:44 -04:00
Metadata.xml Added gallery opt-in to metadata 2014-02-20 10:22:07 -05: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

LineLayout

This is a port of the WWDC2012 sample

This example shows how to implement a document-browser-like-interface as a flow layout subclass, and using automatic invalidation on bounds change to implement the 'scale center cell' effect. It also implements a layout-level method to adjust the scrolling final position so the final cell will always be centered.

Ported By: GouriKumari