UICollectionViewController.ShouldUpdateFocus Method

Definition

Called prior to the this either losing or receiving focus. If either focus environment returns false, the focus update is canceled.

[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

Parameters

collectionView
UICollectionView

The collection view that originated the request.

Returns

Attributes

Applies to