Xamarin.forms: [iOS] Consider using IndexPath.Item instead of IndexPath.Row in CollectionView implementation

Created on 2 Jul 2019  路  1Comment  路  Source: xamarin/Xamarin.Forms

I've seen various places where accessing CollectionView items are done via the Row property, but the correct property to check is Item. For more information, see https://stackoverflow.com/questions/14765730/nsindexpath-item-vs-nsindexpath-row.

collectionview 1 iOS 馃崕 bug

Most helpful comment

Waiting for #6590 to get merged (which will fix most of these), then I'll clean up the last 3 instances.

>All comments

Waiting for #6590 to get merged (which will fix most of these), then I'll clean up the last 3 instances.

Was this page helpful?
0 / 5 - 0 ratings