共用方式為


UICollectionViewDelegate.ShouldHighlightItem 方法

定義

追蹤期間是否應該反白顯示指定的專案。

[Foundation.Export("collectionView:shouldHighlightItemAtIndexPath:")]
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

參數

collectionView
UICollectionView

產生要求的集合檢視。

indexPath
NSIndexPath

傳回

屬性

適用於