SHMultipleSelect icon indicating copy to clipboard operation
SHMultipleSelect copied to clipboard

selected indexes & retaining selection

Open nelzaatari opened this issue 9 years ago • 2 comments

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

nelzaatari avatar Feb 29 '16 08:02 nelzaatari

I second this — any alternatives out there or a plan to add this functionality?

brod-ie avatar Jun 20 '16 01:06 brod-ie

Did You implement below delegate method? It works as you suppose. - (BOOL)multipleSelectView:(SHMultipleSelect*)multipleSelectView setSelectedForRowAtIndexPath:(NSIndexPath*)indexPath;

Shamsiddin avatar Jun 22 '16 12:06 Shamsiddin