共用方式為


UICollectionViewDelegate_Extensions.DidUpdateFocus 方法

定義

表示焦點已變更,如 中所述 context

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void DidUpdateFocus (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, UIKit.UICollectionViewFocusUpdateContext context, UIKit.UIFocusAnimationCoordinator coordinator);
static member DidUpdateFocus : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * UIKit.UICollectionViewFocusUpdateContext * UIKit.UIFocusAnimationCoordinator -> unit

參數

This
IUICollectionViewDelegate

這個擴充方法運作所在的實例。

collectionView
UICollectionView

產生要求的集合檢視。

context
UICollectionViewFocusUpdateContext

焦點變更的中繼資料。

屬性

備註

PreviouslyFocusedIndexPath的值 NextFocusedIndexPath 可能是 如果焦點先前不在 內,或剛離開 , collectionView 則為 null

適用於