UITableView.GetFooterView(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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