ReactiveTableViewSource.GetViewForFooter(UITableView, nint) method¶
Defined in
Type: ReactiveTableViewSourceReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
public override UIView GetViewForFooter(UITableView tableView, nint section)
Parameters
| Name | Type | Description |
|---|---|---|
tableView | UITableView | -- |
section | nint | -- |
Returns: UIView
Remarks
UIKit treats a null footer view as "no custom footer", but the binding declares the return
non-nullable, so the null is asserted here rather than fabricating an empty view.