UICollectionViewDelegate.ItemUnhighlighted Méthode

Définition

Indique que la mise en surbrillance de l’élément à l’index spécifié a été supprimée.

[Foundation.Export("collectionView:didUnhighlightItemAtIndexPath:")]
public virtual void ItemUnhighlighted (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ItemUnhighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit
override this.ItemUnhighlighted : UIKit.UICollectionView * Foundation.NSIndexPath -> unit

Paramètres

collectionView
UICollectionView

Vue de collection à l’origine de la demande.

indexPath
NSIndexPath
Attributs

S’applique à