Freigeben über


UICollectionViewController.ShouldUpdateFocus Methode

Definition

Wird vor dem Verlieren oder Empfangen des this Fokus aufgerufen. Wenn eine Fokusumgebung zurückgibt false, wird das Fokusupdate abgebrochen.

[Foundation.Export("collectionView:shouldUpdateFocusInContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldUpdateFocus (UIKit.UICollectionView collectionView, UIKit.UICollectionViewFocusUpdateContext context);
override this.ShouldUpdateFocus : UIKit.UICollectionView * UIKit.UICollectionViewFocusUpdateContext -> bool

Parameter

collectionView
UICollectionView

Die Auflistungsansicht, die aus der Anforderung stammt.

Gibt zurück

Attribute

Gilt für: