ios-samples/CircleLayout
Brad Umbaugh 3392dd3a8e Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
..
Resources [CircleLayout]Updating sample and metadata to be displayed in samples gallery 2013-10-23 16:31:24 +01:00
Screenshots [CircleLayout]Updating sample and metadata to be displayed in samples gallery 2013-10-23 16:31:24 +01:00
AppDelegate.cs Pull from upstream 2015-01-19 20:39:40 +05:30
Cell.cs Pull from upstream 2015-01-19 20:39:40 +05:30
CircleLayout.cs Pull from upstream 2015-01-19 20:39:40 +05:30
CircleLayout.csproj Set MtouchHttpClientHandler to NSUrlSessionHandler for all samples 2018-05-02 12:28:55 -06:00
CircleLayout.sln Added Stars and CircleLayout samples 2012-09-19 14:37:14 -04:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md [Circle Layout] Amending title 2013-10-28 15:22:10 +00:00
ViewController.cs Pull from upstream 2015-01-19 20:39:40 +05:30

README.md

Circle Layout

This sample provides an introduction to Collection Views. It demonstrates how to arrange view cells on a circle, and how to use custom animations when adding or removing cells.

Tap anywhere to add a new cell, or tap a cell to remove it from the view.

Based on the WWDC 2012 sample of the same name.

Ported by: Peter Collins