Bagikan melalui


UICollectionViewController.ShouldHighlightItem Metode

Definisi

Apakah item yang ditentukan harus disorot.

[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldHighlightItem (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
abstract member ShouldHighlightItem : UIKit.UICollectionView * Foundation.NSIndexPath -> bool
override this.ShouldHighlightItem : 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 jika item harus disorot true , false jika tidak.

Atribut

Berlaku untuk