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)]
[Introduced(PlatformName.TvOS, 10, 2, PlatformArchitecture.All, null)]
public static nint SectionFor(this IUITableViewDataSource! This, UITableView! tableView, string! title, nint atIndex);
}
}
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