rushisangani / RSSelectionMenu

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

Issue in Formsheet #17

Closed inamurrahman closed 6 years ago

inamurrahman commented 6 years ago

Formsheet appears only one time, If the tap anywhere else or make a selection and then try to show the Formsheet it shows nothing.

inamurrahman commented 6 years ago

Im using the latest pod.

rushisangani commented 6 years ago

Hello @inamurrahman, Could you please share your code, how you're showing the menu? I would recommend creating new selectionMenu instance every time when displaying the menu, rather than creating a global variable.

inamurrahman commented 6 years ago

I have figured it out, there was some logical issue in my view. Thanks for the response :)