SHMultipleSelect icon indicating copy to clipboard operation
SHMultipleSelect copied to clipboard

Multiple selection view for iOS 7.0+.

Results 7 SHMultipleSelect issues
Sort by recently updated
recently updated
newest added

How can we select all with an option of All in list. I know i can pre select all items by using delegate - (BOOL)multipleSelectView:(SHMultipleSelect*)multipleSelectView setSelectedForRowAtIndexPath:(NSIndexPath*)indexPath But i just want...

Hi I am using autolayout in my project and I want exactly the same feature as provided by SHMultipleSelect but I think it doesn't support autolayout constraints. I tried to...

How to hide popupview without done button click while shown.

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

``` duplicate symbol _OBJC_IVAR_$_SHMultipleSelect._coverView in: ~/Xcode/DerivedData/../Build/Products/Debug-iphonesimulator/libSHMultipleSelect.a(SHMultipleSelect.o) ``` App is failing to build with `"14 duplicate symbol for arch x86_64"` linker error.. I have used following command in pod file `pod...