IUITableViewDataSourcePrefetching.PrefetchRows Method

Definition

[Foundation.Export("tableView:prefetchRowsAtIndexPaths:")]
[Foundation.Preserve(Conditional=true)]
public void PrefetchRows (UIKit.UITableView tableView, Foundation.NSIndexPath[] indexPaths);
abstract member PrefetchRows : UIKit.UITableView * Foundation.NSIndexPath[] -> unit

Parameters

tableView
UITableView
indexPaths
NSIndexPath[]
Attributes

Applies to