ios-samples/LineLayout
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
..
LineLayout Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
ScreenShots [LineLayout]Adding metadata file, screen shots and app icons 2013-10-28 18:07:23 +00:00
LineLayout.sln
Metadata.xml Update brief tags description 2015-03-27 06:09:51 +03:00
README.md onboard missing samples 2019-08-01 22:09:15 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - LineLayout Port of the WWDC2012 sample, shows how to implement a document-browser-like-interface as a flow layout subclass... sample
csharp
xamarin
linelayout

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.

iPad app showing layout example