KarimEbrahemAbdelaziz / SwiftyMenu

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

Fix a crash when using with SPM for the default arrow image #40

Open amrangry opened 1 year ago

amrangry commented 1 year ago

Fix a crash when using with SPM, it give an error as its force unwrapped the UIImage variable

KarimEbrahemAbdelaziz commented 1 month ago

Mr @amrangry,

Sorry for the force unwrapping issue, it should be solved now with SPM by this PR. Can you try again now before consider your PR?

Thank you.