Example #1
0
 private void BindCell(TestCollectionViewCell collectionViewCell, Item item, NSIndexPath path)
 {
     collectionViewCell.Text = item.Id.ToString();
 }
 private void BindCell(TestCollectionViewCell collectionViewCell, DataItem item, NSIndexPath path)
 {
     collectionViewCell.Text = item.Title;
 }