UITableViewDelegate_Extensions.FooterViewDisplayingEnded 方法

定义

指示已删除指定节的页脚视图。

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void FooterViewDisplayingEnded (this UIKit.IUITableViewDelegate This, UIKit.UITableView tableView, UIKit.UIView footerView, nint section);
static member FooterViewDisplayingEnded : UIKit.IUITableViewDelegate * UIKit.UITableView * UIKit.UIView * nint -> unit

参数

This
IUITableViewDelegate

此扩展方法操作的实例。

tableView
UITableView

页脚视图所属的表。

footerView
UIView

正在移除的 UIView

section
System.System.IntPtr System.nativeint

所属的节的 footerView 索引。

属性

适用于