ios-samples/LineLayout
Amy Burns e7ac4cf177 [LineLayout]Adding metadata file, screen shots and app icons 2013-10-28 18:07:23 +00:00
..
LineLayout [LineLayout]Adding metadata file, screen shots and app icons 2013-10-28 18:07:23 +00: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 [LineLayout]Adding metadata file, screen shots and app icons 2013-10-28 18:07:23 +00: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