Edit: Without having to subclass the delegate, add this to your UICollectionviewSource
[Export ("collectionView:layout:sizeForItemAtIndexPath:"), CompilerGenerated] public virtual CGSize GetSizeForItem (UICollectionView collectionView, UICollectionViewLayout layout, NSIndexPath indexPath) { return new CGSize (width, height); }
Iain smith
source share