Share via


UITableViewSource.FooterViewDisplayingEnded Method

Definition

Indicates that the footerView for the specified section is about to be removed.

[Foundation.Export("tableView:didEndDisplayingFooterView:forSection:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void FooterViewDisplayingEnded(UIKit.UITableView tableView, UIKit.UIView footerView, IntPtr section);
[<Foundation.Export("tableView:didEndDisplayingFooterView:forSection:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nativeint -> unit
override this.FooterViewDisplayingEnded : UIKit.UITableView * UIKit.UIView * nativeint -> unit

Parameters

tableView
UITableView
footerView
UIView
section
IntPtr

nativeint

Attributes

Applies to