rushisangani / RSSelectionMenu

An elegant selection list or dropdown menu for iOS with single or multiple selections.
MIT License
351 stars 91 forks source link

How to access the selected items after dismissing the menu ? #20

Closed Hzza3 closed 6 years ago

Hzza3 commented 6 years ago

Where can i access the array of the selected items after dismissing the menu ?

rushisangani commented 6 years ago

You'll get selected items in selectionMenu.setSelectedItems method. You can pass items which you want to show as selected when the menu opens. and you will get selected items when a user selects it.