Bagikan melalui


UICollectionViewController.ShouldDeselectItem Metode

Definisi

Apakah item yang ditentukan harus dibatalkan pilihannya.

[Foundation.Export("collectionView:shouldDeselectItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldDeselectItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldDeselectItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldDeselectItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parameter

collectionView
UICollectionView

Tampilan koleksi dikelola oleh pengontrol tampilan ini.

indexPath
NSIndexPath

Jalur indeks untuk item yang terpengaruh.

Mengembalikan

Mengembalikan true jika item harus dibatalkan pilihannya, false jika tidak.

Atribut

Berlaku untuk