KarimEbrahemAbdelaziz / SwiftyMenu

Simple and Elegant Drop down menu for iOS 🔥💥
MIT License
577 stars 56 forks source link

Wasn't able to setup the view after it first initialized. So I made a fix myself. #35

Open nerdroom opened 2 years ago

nerdroom commented 2 years ago

For my application, I have the menu show a border for certain cases or hide it. But the problem I ran into was that it would never re-setup the view. Just by making the setupView() function public, I was able to call it from my application and had no problems. Not sure if it would be better to change this or make a new function to do the same thing but wanted to point it out.

KarimEbrahemAbdelaziz commented 4 months ago

Hello @nerdroom ,

Can you please provide a screenshot or code sample for your case?

Thank you.