ios-samples/LineLayout
David Britch 168efa013e Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
..
LineLayout Switched to 64-bit only builds. 2018-08-07 14:13:47 +01: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 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

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