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 to select all when user select All option from top of the list...