다음을 통해 공유


UITableViewSource.ShouldSpringLoadRow 메서드

정의

시스템에서 스프링 로드 효과를 사용하여 에서 행을 표시해야 하는지 여부입니다.

[Foundation.Export("tableView:shouldSpringLoadRowAtIndexPath:withContext:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool ShouldSpringLoadRow (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath, UIKit.IUISpringLoadedInteractionContext context);
abstract member ShouldSpringLoadRow : UIKit.UITableView * Foundation.NSIndexPath * UIKit.IUISpringLoadedInteractionContext -> bool
override this.ShouldSpringLoadRow : UIKit.UITableView * Foundation.NSIndexPath * UIKit.IUISpringLoadedInteractionContext -> bool

매개 변수

tableView
UITableView
indexPath
NSIndexPath

반환

특성

적용 대상