rushisangani / RSSelectionMenu

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

Can we preselect certain options at the very first time? #109

Closed pateldhruvil96 closed 4 years ago

pateldhruvil96 commented 4 years ago

I mean if we open the selection list for the first time, then i want certain elements to be selected already. So how can we do that? Please let me know!

rushisangani commented 4 years ago

@pateldhruvil96 Please pass items in selected array like below: selectionMenu.setSelectedItems(items: simpleSelectedArray)

Check example for more features and details.

dhruvil-patel99 commented 4 years ago

@pateldhruvil96 Please pass items in selected array like below: selectionMenu.setSelectedItems(items: simpleSelectedArray)

Check example for more features and details.

Thanks for the info i misplaced that array my bad