UITableViewDataSource
UITableViewDataSource()
UITableViewDataSource(IntPtr)
UITableViewDataSource(NativeHandle)
UITableViewDataSource(NSObjectFlag)
CanEditRow(UITableView, NSIndexPath)
CanMoveRow(UITableView, NSIndexPath)
CommitEditingStyle(UITableView, UITableViewCellEditingStyle, NSIndexPath)
GetCell(UITableView, NSIndexPath)
MoveRow(UITableView, NSIndexPath, NSIndexPath)
NumberOfSections(UITableView)
RowsInSection(UITableView, nint)
RowsInSection(UITableView, nint)
SectionFor(UITableView, String, nint)
SectionFor(UITableView, String, nint)
SectionIndexTitles(UITableView)
TitleForFooter(UITableView, nint)
TitleForFooter(UITableView, nint)
TitleForHeader(UITableView, nint)
TitleForHeader(UITableView, nint)
xamarinios
namespace UIKit
{
[Model]
[Protocol]
[Register("Xamarin_iOS__UIKit_UITableViewDataSource", false)]
public abstract class UITableViewDataSource : NSObject, INativeObject, IDisposable, IUITableViewDataSource
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("numberOfSectionsInTableView:")]
public virtual nint NumberOfSections(UITableView! tableView);
}
}
.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