rushisangani / RSSelectionMenu

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

Tap On Screen Close Selection Mnuu #69

Closed fcbmojtaba1995 closed 5 years ago

fcbmojtaba1995 commented 5 years ago

Hi Thanks For This Library. I Use Action Sheet Style And Single Selection. I Want When User Tap Other Screen Space , Close (Dismiss) Action Sheet. Please Help me Thanks.

rushisangani commented 5 years ago

@fcbmojtaba1995 you need to provide action button to dismiss the menu on tap outside. like this. selectionMenu.show(style: .Actionsheet(title: nil, action: "Done", height: nil), from: self)

Hope this helps.

rushisangani commented 5 years ago

@fcbmojtaba1995 menu can be dismissed from clicking outside for style - popover or formSheet. For actionSheet style providing action button title will dismiss the menu by clicking outside.

Closing issue as of now. Thanks.