jriosdev / iOSDropDown

Drop Down Menu for iOS With Search And Other Awesome Customisation
https://cocoapods.org/pods/iOSDropDown
MIT License
667 stars 150 forks source link

Did select doesn't release the memory #115

Closed pranavgupte1 closed 2 years ago

pranavgupte1 commented 2 years ago

dropdown.didSelect method do not release the memory and viewcontroller's deinit method do not call.

I have closed this issue because I have solved it by setting closer type to non-escaping. Please change in notes to avoid memory leaks.