SHMultipleSelect
SHMultipleSelect copied to clipboard
selected indexes & retaining selection
it would be great if we can load the selected indexes, now we can only select items and after the the control is dismissed the selection is not retained
I second this — any alternatives out there or a plan to add this functionality?
Did You implement below delegate method? It works as you suppose.
- (BOOL)multipleSelectView:(SHMultipleSelect*)multipleSelectView setSelectedForRowAtIndexPath:(NSIndexPath*)indexPath;