UICollectionViewDelegate_Extensions.CanFocusItem Método

Definición

Indica si el elemento en indexPath se puede centrar.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool CanFocusItem (this UIKit.IUICollectionViewDelegate This, UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath);
static member CanFocusItem : UIKit.IUICollectionViewDelegate * UIKit.UICollectionView * Foundation.NSIndexPath -> bool

Parámetros

This
IUICollectionViewDelegate

Instancia en la que opera este método de extensión.

collectionView
UICollectionView

UICollectionView está asociado a this.

indexPath
NSIndexPath

del NSIndexPath elemento que se está comprobando.

Devoluciones

Devuelve true si el elemento se puede centrar.

Atributos

Comentarios

Si no se implementa este método, se comprobará la propiedad del CanBecomeFocused elemento.

Se aplica a