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 Details

    • presentationSectionIndexForDataSourceSectionIndex

      long presentationSectionIndexForDataSourceSectionIndex​(long dataSourceSectionIndex)
    • dataSourceSectionIndexForPresentationSectionIndex

      long dataSourceSectionIndexForPresentationSectionIndex​(long presentationSectionIndex)
    • presentationIndexPathForDataSourceIndexPath

      NSIndexPath presentationIndexPathForDataSourceIndexPath​(NSIndexPath dataSourceIndexPath)
    • dataSourceIndexPathForPresentationIndexPath

      NSIndexPath dataSourceIndexPathForPresentationIndexPath​(NSIndexPath presentationIndexPath)
    • performUsingPresentationValues

      void performUsingPresentationValues​(Runnable actionsToTranslate)