The methods of UIKit.UITableViewController are listed below. For a list of all members, see the UITableViewController Members list.
See Also: Inherited members from UIKit.UIViewController
AccessoryButtonTapped(UITableView, Foundation.NSIndexPath)Indicates that the accessory button was pressed. | ||
AccessoryForRow(UITableView, Foundation.NSIndexPath)The accessory UIView for the specified row. | ||
CanEditRow(UITableView, Foundation.NSIndexPath)Whether the specified row can be edited. | ||
CanMoveRow(UITableView, Foundation.NSIndexPath)Whether the specified row can be moved. | ||
CanPerformAction(UITableView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject)Whether the edit menu should have Copy and Paste commands for the specified row. | ||
CellDisplayingEnded(UITableView, UITableViewCell, Foundation.NSIndexPath)Indicates that cell displayed has completed. | ||
CommitEditingStyle(UITableView, UITableViewCellEditingStyle, Foundation.NSIndexPath)Commits the insertion or deletion at the specified row. | ||
CustomizeMoveTarget(UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath)Can be used to override the user's choice of location. | ||
DidEndEditing(UITableView, Foundation.NSIndexPath)Indicates that editing has completed. | ||
EditActionsForRow(UITableView, Foundation.NSIndexPath)Documentation for this section has not yet been entered. | ||
EditingStyleForRow(UITableView, Foundation.NSIndexPath)The UITableViewCellEditingStyle for the specified row. | ||
EstimatedHeight(UITableView, Foundation.NSIndexPath)Estimates the height of a row, using minimal computation. Called frequently. | ||
EstimatedHeightForFooter(UITableView, nint)Estimates the height for footer views, using minimal computation. | ||
EstimatedHeightForHeader(UITableView, nint)Estimates the height for header views, using minimal computation. | ||
FooterViewDisplayingEnded(UITableView, UIView, nint)Indicates that the display of footer views has completed. | ||
GetCell(UITableView, Foundation.NSIndexPath)Retrieves the UITableViewCell at the specified index. | ||
GetHeightForFooter(UITableView, nint)The height for the specified footer view. | ||
GetHeightForHeader(UITableView, nint)The height for the specified header view. | ||
GetHeightForRow(UITableView, Foundation.NSIndexPath)The height for the specified row. | ||
GetViewForFooter(UITableView, nint)The UIView used for the footer. | ||
GetViewForHeader(UITableView, nint)The UIView used for the header. | ||
HeaderViewDisplayingEnded(UITableView, UIView, nint)Indicates that the display of header views has completed. | ||
IndentationLevel(UITableView, Foundation.NSIndexPath)The indentation level for the specified row. | ||
MoveRow(UITableView, Foundation.NSIndexPath, Foundation.NSIndexPath)Moves the specified row to the specified index. | ||
NumberOfSections(UITableView)The number of section in the UITableView. | ||
PerformAction(UITableView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject)Performs a copy or paste on the content of the specified row. | ||
RowDeselected(UITableView, Foundation.NSIndexPath)Indicates that the specified row has been deselected. | ||
RowHighlighted(UITableView, Foundation.NSIndexPath)Indicates that the specified row has been highlighted. | ||
RowSelected(UITableView, Foundation.NSIndexPath)Indicates that the specified row has been selected. | ||
RowsInSection(UITableView, nint)The number of rows in the specified section. | ||
RowUnhighlighted(UITableView, Foundation.NSIndexPath)Indicates that the specified row has been unhighlighted. | ||
SectionFor(UITableView, string, nint)The index of the section for the specified title and section title index. | ||
SectionIndexTitles(UITableView)The section title indices for the UITableView. | ||
ShouldHighlightRow(UITableView, Foundation.NSIndexPath)Whether the specified row should be highlighted. | ||
ShouldIndentWhileEditing(UITableView, Foundation.NSIndexPath)Whether the specified row should be indented during an editing operation. | ||
ShouldShowMenu(UITableView, Foundation.NSIndexPath)Whether the editing menu should be shown for the specified row. | ||
TitleForDeleteConfirmation(UITableView, Foundation.NSIndexPath)The title for the delete-confirmation button. | ||
TitleForFooter(UITableView, nint)The title for the footer view in the specified section. | ||
TitleForHeader(UITableView, nint)The title for the header view in the specified section. | ||
WillBeginEditing(UITableView, Foundation.NSIndexPath)Indicates that editing is about to begin. | ||
WillDeselectRow(UITableView, Foundation.NSIndexPath)Indicates that a row is about to be deselected. | ||
WillDisplay(UITableView, UITableViewCell, Foundation.NSIndexPath)Indicates that a cell is about to be displayed. | ||
WillDisplayFooterView(UITableView, UIView, nint)Indicates that a footer view is about to be displayed. | ||
WillDisplayHeaderView(UITableView, UIView, nint)Indicates that a header view is about to be displayed. | ||
WillSelectRow(UITableView, Foundation.NSIndexPath)Indicates that a row is about to be selected. | ||