Package org.robovm.apple.uikit
Interface UIDataSourceTranslating
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
UICollectionView,UIDataSourceTranslatingAdapter,UITableView
public interface UIDataSourceTranslating extends NSObjectProtocol
- Since:
- Available in iOS 11.0 and later.
-
Method Summary
Modifier and Type Method Description NSIndexPathdataSourceIndexPathForPresentationIndexPath(NSIndexPath presentationIndexPath)longdataSourceSectionIndexForPresentationSectionIndex(long presentationSectionIndex)voidperformUsingPresentationValues(Runnable actionsToTranslate)NSIndexPathpresentationIndexPathForDataSourceIndexPath(NSIndexPath dataSourceIndexPath)longpresentationSectionIndexForDataSourceSectionIndex(long dataSourceSectionIndex)
-
Method Details
-
presentationSectionIndexForDataSourceSectionIndex
long presentationSectionIndexForDataSourceSectionIndex(long dataSourceSectionIndex) -
dataSourceSectionIndexForPresentationSectionIndex
long dataSourceSectionIndexForPresentationSectionIndex(long presentationSectionIndex) -
presentationIndexPathForDataSourceIndexPath
-
dataSourceIndexPathForPresentationIndexPath
-
performUsingPresentationValues
-