다음을 통해 공유


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

요청을 시작한 컬렉션 뷰입니다.

반환

특성

적용 대상