ios-samples/CustomCollectionViewLayoutA...
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
..
Resources Initial CustomCollectionViewLayoutAttributes sample. 2013-03-26 18:59:39 +01:00
Animals.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
AppDelegate.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CircleLayout.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
CustomCollectionViewLayoutAttributes.csproj de-duplicate csproj GUIDs (#379) 2019-08-16 14:23:29 -07:00
CustomCollectionViewLayoutAttributes.sln de-duplicate csproj GUIDs (#379) 2019-08-16 14:23:29 -07:00
Info.plist Bundle Identifier Fix 2017-10-30 11:28:42 -03:00
README.md Initial CustomCollectionViewLayoutAttributes sample. 2013-03-26 18:59:39 +01:00
SimpleCollectionViewController.cs Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
monkey.png Initial CustomCollectionViewLayoutAttributes sample. 2013-03-26 18:59:39 +01:00
placeholder.png Initial CustomCollectionViewLayoutAttributes sample. 2013-03-26 18:59:39 +01:00

README.md

CustomCollectionViewLayoutAttributes

This sample illustrates how to subclass UICollectionViewLayoutAttributes and provide custom properties for layout of each cell.

This sample requires at least MonoTouch 6.4.

Authors

Mike Bluestein Rolf Bjarne Kvinge