Share via


UITableView.GetFooterView(IntPtr) Method

Definition

The footer view for the specified section.

[Foundation.Export("footerViewForSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UITableViewHeaderFooterView? GetFooterView(IntPtr section);
[<Foundation.Export("footerViewForSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFooterView : nativeint -> UIKit.UITableViewHeaderFooterView
override this.GetFooterView : nativeint -> UIKit.UITableViewHeaderFooterView

Parameters

section
IntPtr

nativeint

Returns

Attributes

Applies to