UITableViewDelegate.GetViewForFooter(UITableView, nint) 메서드

정의

지정된 섹션의 끝에 표시할 뷰 개체를 반환합니다.

[Foundation.Export("tableView:viewForFooterInSection:")]
public virtual UIKit.UIView GetViewForFooter (UIKit.UITableView tableView, nint section);
abstract member GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView
override this.GetViewForFooter : UIKit.UITableView * nint -> UIKit.UIView

매개 변수

tableView
UITableView

섹션을 포함하는 테이블 뷰입니다.

section
System.System.IntPtr System.nativeint

바닥글이 추가될 구역 인덱스입니다.

반환

지정된 section의 끝에 표시할 뷰입니다.

특성

설명

또는 UIImageView 사용자 지정 보기일 UILabel수 있습니다. 이 메서드도 GetHeightForFooter(UITableView, nint) 구현해야 합니다.

[UITableViewDelegate]

적용 대상