CrossKit by praeclarum

<PackageReference Include="CrossKit" Version="0.1.4" />

.NET API 1,311,232 bytes

 UITableViewSource

public abstract class UITableViewSource : UIScrollViewDelegate
protected UITableViewSource()

public virtual void AccessoryButtonTapped(UITableView tableView, NSIndexPath indexPath)

public virtual UITableViewCellAccessory AccessoryForRow(UITableView tableView, NSIndexPath indexPath)

public virtual bool CanEditRow(UITableView tableView, NSIndexPath indexPath)

public virtual bool CanFocusRow(UITableView tableView, NSIndexPath indexPath)

public virtual bool CanMoveRow(UITableView tableView, NSIndexPath indexPath)

public virtual bool CanPerformAction(UITableView tableView, Selector action, NSIndexPath indexPath, NSObject sender)

public virtual void CellDisplayingEnded(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)

public virtual void CommitEditingStyle(UITableView tableView, UITableViewCellEditingStyle editingStyle, NSIndexPath indexPath)

public virtual NSIndexPath CustomizeMoveTarget(UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath proposedIndexPath)

public virtual void DidBeginMultipleSelectionInteraction(UITableView tableView, NSIndexPath indexPath)

public virtual void DidEndEditing(UITableView tableView, NSIndexPath indexPath)

public virtual void DidEndMultipleSelectionInteraction(UITableView tableView)

public virtual void DidUpdateFocus(UITableView tableView, UITableViewFocusUpdateContext context, UIFocusAnimationCoordinator coordinator)

public virtual UITableViewRowAction[] EditActionsForRow(UITableView tableView, NSIndexPath indexPath)

public virtual nfloat EstimatedHeight(UITableView tableView, NSIndexPath indexPath)

public virtual nfloat EstimatedHeightForFooter(UITableView tableView, nint section)

public virtual nfloat EstimatedHeightForHeader(UITableView tableView, nint section)

public virtual void FooterViewDisplayingEnded(UITableView tableView, UIView footerView, nint section)

public abstract UITableViewCell GetCell(UITableView tableView, NSIndexPath indexPath)

public virtual nfloat GetHeightForFooter(UITableView tableView, nint section)

public virtual nfloat GetHeightForHeader(UITableView tableView, nint section)

public virtual nfloat GetHeightForRow(UITableView tableView, NSIndexPath indexPath)

public virtual UIView GetViewForFooter(UITableView tableView, nint section)

public virtual UIView GetViewForHeader(UITableView tableView, nint section)

public virtual void HeaderViewDisplayingEnded(UITableView tableView, UIView headerView, nint section)

public virtual nint IndentationLevel(UITableView tableView, NSIndexPath indexPath)

public virtual void MoveRow(UITableView tableView, NSIndexPath sourceIndexPath, NSIndexPath destinationIndexPath)

public virtual nint NumberOfSections(UITableView tableView)

public virtual void PerformAction(UITableView tableView, Selector action, NSIndexPath indexPath, NSObject sender)

public virtual void RowDeselected(UITableView tableView, NSIndexPath indexPath)

public virtual void RowHighlighted(UITableView tableView, NSIndexPath rowIndexPath)

public virtual void RowSelected(UITableView tableView, NSIndexPath indexPath)

public abstract nint RowsInSection(UITableView tableview, nint section)

public virtual void RowUnhighlighted(UITableView tableView, NSIndexPath rowIndexPath)

public virtual nint SectionFor(UITableView tableView, string title, nint atIndex)

public virtual string[] SectionIndexTitles(UITableView tableView)

public virtual bool ShouldBeginMultipleSelectionInteraction(UITableView tableView, NSIndexPath indexPath)

public virtual bool ShouldHighlightRow(UITableView tableView, NSIndexPath rowIndexPath)

public virtual bool ShouldIndentWhileEditing(UITableView tableView, NSIndexPath indexPath)

public virtual bool ShouldShowMenu(UITableView tableView, NSIndexPath rowAtindexPath)

public virtual bool ShouldSpringLoadRow(UITableView tableView, NSIndexPath indexPath, IUISpringLoadedInteractionContext context)

public virtual bool ShouldUpdateFocus(UITableView tableView, UITableViewFocusUpdateContext context)

public virtual string TitleForDeleteConfirmation(UITableView tableView, NSIndexPath indexPath)

public virtual string TitleForFooter(UITableView tableView, nint section)

public virtual string TitleForHeader(UITableView tableView, nint section)

public virtual void WillBeginEditing(UITableView tableView, NSIndexPath indexPath)

public virtual NSIndexPath WillDeselectRow(UITableView tableView, NSIndexPath indexPath)

public virtual void WillDisplay(UITableView tableView, UITableViewCell cell, NSIndexPath indexPath)

public virtual void WillDisplayFooterView(UITableView tableView, UIView footerView, nint section)

public virtual void WillDisplayHeaderView(UITableView tableView, UIView headerView, nint section)

public virtual NSIndexPath WillSelectRow(UITableView tableView, NSIndexPath indexPath)