If a user selects a tableview cell from a table with a FUITableViewDataSource, I can access the complete data through the snapshotAtIndex method of the datas source, which is great.
With FUIIndexTableViewDataSource I only have access to the selected indexes though and have to load the data for the selected cell (again). Wouldn't it be great if there was also an array of snapshots of the actual data (like in the FUITableViewDataSource items)? The data has already been read anyways and passed to the populateCell parameter, so caching should be possible.
Thanks for looking into this!