IUITableViewDataSourcePrefetching
IUITableViewDataSourcePrefetching
Interface
Definition
Interface for table view data sources that can prefetch their data.
[Foundation.Protocol(Name="UITableViewDataSourcePrefetching", WrapperType=typeof(UIKit.UITableViewDataSourcePrefetchingWrapper))]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public interface IUITableViewDataSourcePrefetching : IDisposable, ObjCRuntime.INativeObject
type IUITableViewDataSourcePrefetching = interface
interface INativeObject
interface IDisposable
- Attributes
- Implements
Methods
PrefetchRows(UITableView, NSIndexPath[]) PrefetchRows(UITableView, NSIndexPath[]) |
Properties
Handle Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from INativeObject) |
Extension Methods
CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[]) CancelPrefetching(IUITableViewDataSourcePrefetching, UITableView, NSIndexPath[]) |
Cancels the prefetching of table data. |
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...