UITableViewDelegate
UITableViewDelegate()
UITableViewDelegate(IntPtr)
UITableViewDelegate(NativeHandle)
UITableViewDelegate(NSObjectFlag)
AccessoryButtonTapped(UITableView, NSIndexPath)
AccessoryForRow(UITableView, NSIndexPath)
CanFocusRow(UITableView, NSIndexPath)
CanPerformAction(UITableView, Selector, NSIndexPath, NSObject)
CanPerformPrimaryAction(UITableView, NSIndexPath)
CellDisplayingEnded(UITableView, UITableViewCell, NSIndexPath)
CustomizeMoveTarget(UITableView, NSIndexPath, NSIndexPath)
DidBeginMultipleSelectionInteraction(UITableView, NSIndexPath)
DidEndEditing(UITableView, NSIndexPath)
DidEndMultipleSelectionInteraction(UITableView)
DidUpdateFocus(UITableView, UITableViewFocusUpdateContext, UIFocusAnimationCoordinator)
EditActionsForRow(UITableView, NSIndexPath)
EditingStyleForRow(UITableView, NSIndexPath)
EstimatedHeight(UITableView, NSIndexPath)
EstimatedHeightForFooter(UITableView, nint)
EstimatedHeightForFooter(UITableView, nint)
EstimatedHeightForHeader(UITableView, nint)
EstimatedHeightForHeader(UITableView, nint)
FooterViewDisplayingEnded(UITableView, UIView, nint)
FooterViewDisplayingEnded(UITableView, UIView, nint)
GetContextMenuConfiguration(UITableView, NSIndexPath, CGPoint)
GetHeightForFooter(UITableView, nint)
GetHeightForFooter(UITableView, nint)
GetHeightForHeader(UITableView, nint)
GetHeightForHeader(UITableView, nint)
GetHeightForRow(UITableView, NSIndexPath)
GetIndexPathForPreferredFocusedView(UITableView)
GetLeadingSwipeActionsConfiguration(UITableView, NSIndexPath)
GetPreviewForDismissingContextMenu(UITableView, UIContextMenuConfiguration)
GetPreviewForHighlightingContextMenu(UITableView, UIContextMenuConfiguration)
GetSelectionFollowsFocusForRow(UITableView, NSIndexPath)
GetTrailingSwipeActionsConfiguration(UITableView, NSIndexPath)
GetViewForFooter(UITableView, nint)
GetViewForFooter(UITableView, nint)
GetViewForHeader(UITableView, nint)
GetViewForHeader(UITableView, nint)
HeaderViewDisplayingEnded(UITableView, UIView, nint)
HeaderViewDisplayingEnded(UITableView, UIView, nint)
IndentationLevel(UITableView, NSIndexPath)
PerformAction(UITableView, Selector, NSIndexPath, NSObject)
PerformPrimaryAction(UITableView, NSIndexPath)
RowDeselected(UITableView, NSIndexPath)
RowHighlighted(UITableView, NSIndexPath)
RowSelected(UITableView, NSIndexPath)
RowUnhighlighted(UITableView, NSIndexPath)
ShouldBeginMultipleSelectionInteraction(UITableView, NSIndexPath)
ShouldHighlightRow(UITableView, NSIndexPath)
ShouldIndentWhileEditing(UITableView, NSIndexPath)
ShouldShowMenu(UITableView, NSIndexPath)
ShouldSpringLoadRow(UITableView, NSIndexPath, IUISpringLoadedInteractionContext)
ShouldUpdateFocus(UITableView, UITableViewFocusUpdateContext)
TitleForDeleteConfirmation(UITableView, NSIndexPath)
WillBeginEditing(UITableView, NSIndexPath)
WillDeselectRow(UITableView, NSIndexPath)
WillDisplay(UITableView, UITableViewCell, NSIndexPath)
WillDisplayContextMenu(UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillDisplayFooterView(UITableView, UIView, nint)
WillDisplayFooterView(UITableView, UIView, nint)
WillDisplayHeaderView(UITableView, UIView, nint)
WillDisplayHeaderView(UITableView, UIView, nint)
WillEndContextMenuInteraction(UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionAnimating)
WillPerformPreviewAction(UITableView, UIContextMenuConfiguration, IUIContextMenuInteractionCommitAnimating)
WillSelectRow(UITableView, NSIndexPath)
xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("UITableViewDelegate", false)]
public class UITableViewDelegate : UIScrollViewDelegate, INativeObject, IDisposable, IUIScrollViewDelegate, IUITableViewDelegate
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("tableView:viewForHeaderInSection:")]
public virtual UIView! GetViewForHeader(UITableView! tableView, nint section);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API