IUITableViewDataSource
GetCell(UITableView, NSIndexPath)
RowsInSection(UITableView, nint)
RowsInSection(UITableView, nint)
CanEditRow(IUITableViewDataSource, UITableView, NSIndexPath)
CanMoveRow(IUITableViewDataSource, UITableView, NSIndexPath)
CommitEditingStyle(IUITableViewDataSource, UITableView, UITableViewCellEditingStyle, NSIndexPath)
MoveRow(IUITableViewDataSource, UITableView, NSIndexPath, NSIndexPath)
NumberOfSections(IUITableViewDataSource, UITableView)
SectionFor(IUITableViewDataSource, UITableView, String, nint)
SectionFor(IUITableViewDataSource, UITableView, String, nint)
SectionIndexTitles(IUITableViewDataSource, UITableView)
TitleForFooter(IUITableViewDataSource, UITableView, nint)
TitleForFooter(IUITableViewDataSource, UITableView, nint)
TitleForHeader(IUITableViewDataSource, UITableView, nint)
TitleForHeader(IUITableViewDataSource, UITableView, nint)
xamarinios
namespace UIKit
{
public static class UITableViewDataSource_Extensions
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
public static void MoveRow(this IUITableViewDataSource! This, UITableView! tableView, NSIndexPath! sourceIndexPath, NSIndexPath! destinationIndexPath);
}
}
.NET | 6.07.08.09.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