Пример #1
0
        public override UICollectionViewCell CellForItemAtIndex(nint index)
        {
            var cell = CollectionContext?.DequeueReusableCellOfClass(new Class(typeof(MyCollectionViewCell)), this, index);

            return(cell);
        }