Package org.robovm.apple.uikit
Interface UITableViewDataSourcePrefetching
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UITableViewDataSourcePrefetchingAdapter
public interface UITableViewDataSourcePrefetching extends NSObjectProtocol
-
Method Summary
Modifier and Type Method Description voidcancelPrefetchingForRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)voidprefetchRows(UITableView tableView, NSArray<NSIndexPath> indexPaths)
-
Method Details
-
prefetchRows
-
cancelPrefetchingForRows
-