Share via


UITableViewController.FooterViewDisplayingEnded 메서드

정의

바닥글 보기 표시가 완료되었음을 나타냅니다.

[Foundation.Export("tableView:didEndDisplayingFooterView:forSection:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void FooterViewDisplayingEnded (UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
abstract member FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit
override this.FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nint -> unit

매개 변수

tableView
UITableView
footerView
UIView
section
System.System.IntPtr System.nativeint
특성

적용 대상