Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

anyone else here using labs grid view?

$
0
0

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
        }

Viewing all articles
Browse latest Browse all 204402

Trending Articles