and get crashes constantly when scrolling around due to null pointer exceptions?
/// <returns>UICollectionViewCell.</returns>
public override UICollectionViewCell CellForItem(NSIndexPath indexPath)
{
return base.CellForItem(indexPath); // indexpath is sometimes null here
}