public interface UIDataSourceTranslating
| Modifier and Type | Interface and Description |
|---|---|
static interface |
UIDataSourceTranslating.Block_performUsingPresentationValues |
| Modifier and Type | Method and Description |
|---|---|
NSIndexPath |
dataSourceIndexPathForPresentationIndexPath(NSIndexPath presentationIndexPath)
Translate (if needed) a Presentation index path to the Data Source index path.
|
long |
dataSourceSectionIndexForPresentationSectionIndex(long presentationSectionIndex)
Translate (if needed) a Presentation section index to its Data Source section index value.
|
void |
performUsingPresentationValues(UIDataSourceTranslating.Block_performUsingPresentationValues actionsToTranslate)
Arguments passed to actions performed inside the scope of this block will be interpreted as values in the presentation state,
and the values returned from these actions will also be in the presentation state.
|
NSIndexPath |
presentationIndexPathForDataSourceIndexPath(NSIndexPath dataSourceIndexPath)
Translate (if needed) a Data Source index path to the Presentation index path.
|
long |
presentationSectionIndexForDataSourceSectionIndex(long dataSourceSectionIndex)
Translate (if needed) a Data Source section index to its Presentation section index value.
|
NSIndexPath dataSourceIndexPathForPresentationIndexPath(NSIndexPath presentationIndexPath)
long dataSourceSectionIndexForPresentationSectionIndex(long presentationSectionIndex)
void performUsingPresentationValues(UIDataSourceTranslating.Block_performUsingPresentationValues actionsToTranslate)
NSIndexPath presentationIndexPathForDataSourceIndexPath(NSIndexPath dataSourceIndexPath)
long presentationSectionIndexForDataSourceSectionIndex(long dataSourceSectionIndex)