다음을 통해 공유


UITableViewSource.WillDisplayFooterView(UITableView, UIView, nint) 메서드

정의

섹션에 대한 바닥글 보기가 표시되기 전에 호출되었습니다.

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

매개 변수

tableView
UITableView

관련된 테이블 뷰입니다.

footerView
UIView

바닥글 보기로 사용할 UIView입니다.

section
System.System.IntPtr System.nativeint

바닥글 보기가 속한 테이블 섹션입니다.

특성

적용 대상