Поделиться через


UICollectionViewSource.ShouldUpdateFocus Метод

Определение

Вызывается перед ячейкой в теряемом collectionView или принимающем фокусе. Если любая из сред фокуса возвращает значение false, обновление фокуса отменяется.

[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);
abstract member ShouldUpdateFocus : UIKit.UICollectionView * UIKit.UICollectionViewFocusUpdateContext -> bool
override this.ShouldUpdateFocus : UIKit.UICollectionView * UIKit.UICollectionViewFocusUpdateContext -> bool

Параметры

collectionView
UICollectionView

Представление коллекции, в которое поступил запрос.

Возвращаемое значение

Атрибуты

Применяется к