다음을 통해 공유


UITableViewSource.CellDisplayingEnded 메서드

정의

지정된 indexPath 의 셀 표시가 완료되었음을 나타냅니다.

[Foundation.Export("tableView:didEndDisplayingCell:forRowAtIndexPath:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void CellDisplayingEnded (UIKit.UITableView tableView, UIKit.UITableViewCell cell, Foundation.NSIndexPath indexPath);
abstract member CellDisplayingEnded : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit
override this.CellDisplayingEnded : UIKit.UITableView * UIKit.UITableViewCell * Foundation.NSIndexPath -> unit

매개 변수

tableView
UITableView
indexPath
NSIndexPath
특성

적용 대상